Struct easyfix_messages::messages::StrikeRules  
source · [−]pub struct StrikeRules {
    pub strike_rule_id: Option<Str>,
    pub start_strike_px_range: Option<Price>,
    pub end_strike_px_range: Option<Price>,
    pub strike_increment: Option<Float>,
    pub strike_exercise_style: Option<Int>,
    pub maturity_rules: Option<Vec<MaturityRules>>,
}Fields
strike_rule_id: Option<Str>start_strike_px_range: Option<Price>end_strike_px_range: Option<Price>strike_increment: Option<Float>strike_exercise_style: Option<Int>maturity_rules: Option<Vec<MaturityRules>>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StrikeRules
impl Send for StrikeRules
impl Sync for StrikeRules
impl Unpin for StrikeRules
impl UnwindSafe for StrikeRules
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