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.
// contract_builder module is deprecated - using new V2 builders instead
// pub(crate) mod contract_builder;
pub(crate)moddecoders;pub(crate)modencoders;pub(crate)modstream_decoders;#[cfg(test)]pub(crate)modtest_tables;