Struct easyfix_messages::messages::TickRules  
source · [−]pub struct TickRules {
    pub start_tick_price_range: Option<Price>,
    pub end_tick_price_range: Option<Price>,
    pub tick_increment: Option<Price>,
    pub tick_rule_type: Option<TickRuleType>,
}Fields
start_tick_price_range: Option<Price>end_tick_price_range: Option<Price>tick_increment: Option<Price>tick_rule_type: Option<TickRuleType>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TickRules
impl Send for TickRules
impl Sync for TickRules
impl Unpin for TickRules
impl UnwindSafe for TickRules
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more