1 2 3 4 5 6 7
/// API Brokers /// This should bridge between API calls and internal data structures. /// We can include some arbitrary functions or data structures that complements the conversions. pub mod gatekeeper; pub mod order; pub mod orderbook; pub mod symbol;