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>
Tag 1223.
start_strike_px_range: Option<Price>
Tag 1202.
end_strike_px_range: Option<Price>
Tag 1203.
strike_increment: Option<Float>
Tag 1204.
strike_exercise_style: Option<Int>
Tag 1304.
maturity_rules: Option<Vec<MaturityRules>>
Tag 1236.
Trait Implementations§
Source§impl Clone for StrikeRules
impl Clone for StrikeRules
Source§fn clone(&self) -> StrikeRules
fn clone(&self) -> StrikeRules
Returns a duplicate 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 moreSource§impl Debug for StrikeRules
impl Debug for StrikeRules
Source§impl Default for StrikeRules
impl Default for StrikeRules
Source§fn default() -> StrikeRules
fn default() -> StrikeRules
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StrikeRules
impl RefUnwindSafe for StrikeRules
impl Send for StrikeRules
impl Sync for StrikeRules
impl Unpin for StrikeRules
impl UnwindSafe for StrikeRules
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