Struct easyfix_messages::groups::StrikeRules
source · [−]pub struct StrikeRules {
pub strike_rule_id: Option<FixString>,
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<FixString>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
sourceimpl Clone for StrikeRules
impl Clone for StrikeRules
sourcefn clone(&self) -> StrikeRules
fn clone(&self) -> StrikeRules
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
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