pub struct UndInstrmtGrp {
Show 70 fields pub underlying_symbol: Option<FixString>, pub underlying_symbol_sfx: Option<FixString>, pub underlying_security_id: Option<FixString>, pub underlying_security_id_source: Option<FixString>, pub und_sec_alt_id_grp: Option<Vec<UndSecAltIdGrp>>, pub underlying_product: Option<i64>, pub underlying_cfi_code: Option<FixString>, pub underlying_security_type: Option<FixString>, pub underlying_security_sub_type: Option<FixString>, pub underlying_maturity_month_year: Option<Vec<u8>>, pub underlying_maturity_date: Option<NaiveDate>, pub underlying_maturity_time: Option<Vec<u8>>, pub underlying_coupon_payment_date: Option<NaiveDate>, pub underlying_issue_date: Option<NaiveDate>, pub underlying_repo_collateral_security_type: Option<FixString>, pub underlying_repurchase_term: Option<i64>, pub underlying_repurchase_rate: Option<Decimal>, pub underlying_factor: Option<Decimal>, pub underlying_credit_rating: Option<FixString>, pub underlying_instr_registry: Option<FixString>, pub underlying_country_of_issue: Option<Country>, pub underlying_state_or_province_of_issue: Option<FixString>, pub underlying_locale_of_issue: Option<FixString>, pub underlying_redemption_date: Option<NaiveDate>, pub underlying_strike_price: Option<Decimal>, pub underlying_strike_currency: Option<Currency>, pub underlying_opt_attribute: Option<u8>, pub underlying_contract_multiplier: Option<Decimal>, pub underlying_unit_of_measure: Option<FixString>, pub underlying_unit_of_measure_qty: Option<Decimal>, pub underlying_price_unit_of_measure: Option<FixString>, pub underlying_price_unit_of_measure_qty: Option<Decimal>, pub underlying_time_unit: Option<FixString>, pub underlying_exercise_style: Option<i64>, pub underlying_coupon_rate: Option<Decimal>, pub underlying_security_exchange: Option<[u8; 4]>, pub underlying_issuer: Option<FixString>, pub encoded_underlying_issuer: Option<Vec<u8>>, pub underlying_security_desc: Option<FixString>, pub encoded_underlying_security_desc: Option<Vec<u8>>, pub underlying_cp_program: Option<FixString>, pub underlying_cp_reg_type: Option<FixString>, pub underlying_allocation_percent: Option<Decimal>, pub underlying_currency: Option<Currency>, pub underlying_qty: Option<Decimal>, pub underlying_settlement_type: Option<UnderlyingSettlementType>, pub underlying_cash_amount: Option<Decimal>, pub underlying_cash_type: Option<UnderlyingCashType>, pub underlying_px: Option<Decimal>, pub underlying_dirty_price: Option<Decimal>, pub underlying_end_price: Option<Decimal>, pub underlying_start_value: Option<Decimal>, pub underlying_current_value: Option<Decimal>, pub underlying_end_value: Option<Decimal>, pub underlying_stipulations: Option<Vec<UnderlyingStipulations>>, pub underlying_adjusted_quantity: Option<Decimal>, pub underlying_fx_rate: Option<Decimal>, pub underlying_fx_rate_calc: Option<UnderlyingFxRateCalc>, pub underlying_cap_value: Option<Decimal>, pub undly_instrument_parties: Option<Vec<UndlyInstrumentParties>>, pub underlying_settl_method: Option<FixString>, pub underlying_put_or_call: Option<i64>, pub underlying_contract_multiplier_unit: Option<i64>, pub underlying_flow_schedule_type: Option<i64>, pub underlying_restructuring_type: Option<FixString>, pub underlying_seniority: Option<FixString>, pub underlying_notional_percentage_outstanding: Option<Decimal>, pub underlying_original_notional_percentage_outstanding: Option<Decimal>, pub underlying_attachment_point: Option<Decimal>, pub underlying_detachment_point: Option<Decimal>,
}

Fields§

§underlying_symbol: Option<FixString>§underlying_symbol_sfx: Option<FixString>§underlying_security_id: Option<FixString>§underlying_security_id_source: Option<FixString>§und_sec_alt_id_grp: Option<Vec<UndSecAltIdGrp>>§underlying_product: Option<i64>§underlying_cfi_code: Option<FixString>§underlying_security_type: Option<FixString>§underlying_security_sub_type: Option<FixString>§underlying_maturity_month_year: Option<Vec<u8>>§underlying_maturity_date: Option<NaiveDate>§underlying_maturity_time: Option<Vec<u8>>§underlying_coupon_payment_date: Option<NaiveDate>§underlying_issue_date: Option<NaiveDate>§underlying_repo_collateral_security_type: Option<FixString>§underlying_repurchase_term: Option<i64>§underlying_repurchase_rate: Option<Decimal>§underlying_factor: Option<Decimal>§underlying_credit_rating: Option<FixString>§underlying_instr_registry: Option<FixString>§underlying_country_of_issue: Option<Country>§underlying_state_or_province_of_issue: Option<FixString>§underlying_locale_of_issue: Option<FixString>§underlying_redemption_date: Option<NaiveDate>§underlying_strike_price: Option<Decimal>§underlying_strike_currency: Option<Currency>§underlying_opt_attribute: Option<u8>§underlying_contract_multiplier: Option<Decimal>§underlying_unit_of_measure: Option<FixString>§underlying_unit_of_measure_qty: Option<Decimal>§underlying_price_unit_of_measure: Option<FixString>§underlying_price_unit_of_measure_qty: Option<Decimal>§underlying_time_unit: Option<FixString>§underlying_exercise_style: Option<i64>§underlying_coupon_rate: Option<Decimal>§underlying_security_exchange: Option<[u8; 4]>§underlying_issuer: Option<FixString>§encoded_underlying_issuer: Option<Vec<u8>>§underlying_security_desc: Option<FixString>§encoded_underlying_security_desc: Option<Vec<u8>>§underlying_cp_program: Option<FixString>§underlying_cp_reg_type: Option<FixString>§underlying_allocation_percent: Option<Decimal>§underlying_currency: Option<Currency>§underlying_qty: Option<Decimal>§underlying_settlement_type: Option<UnderlyingSettlementType>§underlying_cash_amount: Option<Decimal>§underlying_cash_type: Option<UnderlyingCashType>§underlying_px: Option<Decimal>§underlying_dirty_price: Option<Decimal>§underlying_end_price: Option<Decimal>§underlying_start_value: Option<Decimal>§underlying_current_value: Option<Decimal>§underlying_end_value: Option<Decimal>§underlying_stipulations: Option<Vec<UnderlyingStipulations>>§underlying_adjusted_quantity: Option<Decimal>§underlying_fx_rate: Option<Decimal>§underlying_fx_rate_calc: Option<UnderlyingFxRateCalc>§underlying_cap_value: Option<Decimal>§undly_instrument_parties: Option<Vec<UndlyInstrumentParties>>§underlying_settl_method: Option<FixString>§underlying_put_or_call: Option<i64>§underlying_contract_multiplier_unit: Option<i64>§underlying_flow_schedule_type: Option<i64>§underlying_restructuring_type: Option<FixString>§underlying_seniority: Option<FixString>§underlying_notional_percentage_outstanding: Option<Decimal>§underlying_original_notional_percentage_outstanding: Option<Decimal>§underlying_attachment_point: Option<Decimal>§underlying_detachment_point: Option<Decimal>

Trait Implementations§

source§

impl Clone for UndInstrmtGrp

source§

fn clone(&self) -> UndInstrmtGrp

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for UndInstrmtGrp

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Default for UndInstrmtGrp

source§

fn default() -> UndInstrmtGrp

Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

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

fn clone_into(&self, target: &mut T)

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

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more