ibapi 2.11.1

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
//! Common types and traits for builders

// Common module doesn't define any types currently as ResponseContext
// is defined in subscriptions::common and used by both sync and async builders