ibapi 2.11.2

A Rust implementation of the Interactive Brokers TWS API, providing a reliable and user friendly interface for TWS and IB Gateway. Designed with a focus on simplicity and performance.
Documentation
1
2
3
4
//! Shared test data and mock responses for accounts module tests

// Note: Common test constants (TEST_ACCOUNT, TEST_ACCOUNT_2, etc.) are available
// through the import of crate::common::test_utils::helpers::* in test modules