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§
source§impl Clone for StrikeRules
impl Clone for StrikeRules
source§fn clone(&self) -> StrikeRules
fn clone(&self) -> StrikeRules
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more