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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.