Struct ibapi::contracts::MarketRule
source · pub struct MarketRule {
pub market_rule_id: i32,
pub price_increments: Vec<PriceIncrement>,
}
Fields§
§market_rule_id: i32
§price_increments: Vec<PriceIncrement>
Trait Implementations§
source§impl Debug for MarketRule
impl Debug for MarketRule
source§impl Default for MarketRule
impl Default for MarketRule
source§fn default() -> MarketRule
fn default() -> MarketRule
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for MarketRule
impl Send for MarketRule
impl Sync for MarketRule
impl Unpin for MarketRule
impl UnwindSafe for MarketRule
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more