Skip to main content

Module client

Module client 

Source
Expand description

TWS API Client.

The Client establishes the connection to TWS or the Gateway. It manages the routing of messages between TWS and the application. Client implementation with sync/async support

Re-exports§

pub use async::Client;
pub use crate::subscriptions::async::Subscription;
pub use crate::subscriptions::sync::SharesChannel;

Modules§

async
Asynchronous client implementation
blocking
Blocking client bindings for synchronous workflows.
sync
Client implementation for connecting to and communicating with TWS and IB Gateway.