twsapi 0.1.0

Port of Interactive Broker's trading API written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! Core structs, enums, and functions
pub mod account_summary_tags;
pub mod algo_params;
pub mod client;
pub mod common;
pub mod contract;
pub mod decoder;
pub mod errors;
pub mod execution;
pub mod messages;
pub mod order;
pub mod order_condition;
pub mod order_decoder;
pub mod reader;
pub mod scanner;
pub mod server_versions;
pub mod streamer;
pub mod wrapper;