rustrade-instrument 0.1.0

Core Rustrade Exchange, Instrument and Asset data structures and associated utilities.
Documentation
1
2
3
4
5
6
7
8
//! Interactive Brokers support types.
//!
//! This module provides shared types for IB integration used by both
//! rustrade-execution and rustrade-data.

pub mod contract;

pub use contract::ContractRegistry;