Struct easyfix_messages::groups::TradeCapLegUnderlyingsGrp
source · [−]pub struct TradeCapLegUnderlyingsGrp {Show 16 fields
pub underlying_leg_symbol: Option<FixString>,
pub underlying_leg_symbol_sfx: Option<FixString>,
pub underlying_leg_security_id: Option<FixString>,
pub underlying_leg_security_id_source: Option<FixString>,
pub underlying_leg_security_alt_id_grp: Option<Vec<UnderlyingLegSecurityAltIdGrp>>,
pub underlying_leg_cfi_code: Option<FixString>,
pub underlying_leg_security_type: Option<FixString>,
pub underlying_leg_security_sub_type: Option<FixString>,
pub underlying_leg_maturity_month_year: Option<MonthYear>,
pub underlying_leg_maturity_date: Option<LocalMktDate>,
pub underlying_leg_maturity_time: Option<TzTimeOnly>,
pub underlying_leg_strike_price: Option<Price>,
pub underlying_leg_opt_attribute: Option<Char>,
pub underlying_leg_put_or_call: Option<Int>,
pub underlying_leg_security_exchange: Option<FixString>,
pub underlying_leg_security_desc: Option<FixString>,
}Fields
underlying_leg_symbol: Option<FixString>underlying_leg_symbol_sfx: Option<FixString>underlying_leg_security_id: Option<FixString>underlying_leg_security_id_source: Option<FixString>underlying_leg_security_alt_id_grp: Option<Vec<UnderlyingLegSecurityAltIdGrp>>underlying_leg_cfi_code: Option<FixString>underlying_leg_security_type: Option<FixString>underlying_leg_security_sub_type: Option<FixString>underlying_leg_maturity_month_year: Option<MonthYear>underlying_leg_maturity_date: Option<LocalMktDate>underlying_leg_maturity_time: Option<TzTimeOnly>underlying_leg_strike_price: Option<Price>underlying_leg_opt_attribute: Option<Char>underlying_leg_put_or_call: Option<Int>underlying_leg_security_exchange: Option<FixString>underlying_leg_security_desc: Option<FixString>Trait Implementations
sourceimpl Clone for TradeCapLegUnderlyingsGrp
impl Clone for TradeCapLegUnderlyingsGrp
sourcefn clone(&self) -> TradeCapLegUnderlyingsGrp
fn clone(&self) -> TradeCapLegUnderlyingsGrp
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 TradeCapLegUnderlyingsGrp
impl Send for TradeCapLegUnderlyingsGrp
impl Sync for TradeCapLegUnderlyingsGrp
impl Unpin for TradeCapLegUnderlyingsGrp
impl UnwindSafe for TradeCapLegUnderlyingsGrp
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