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.
//! 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