pub struct PosUndInstrmtGrp {
Show 74 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<Int>, 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<MonthYear>, pub underlying_maturity_date: Option<LocalMktDate>, pub underlying_maturity_time: Option<TzTimeOnly>, pub underlying_coupon_payment_date: Option<LocalMktDate>, pub underlying_issue_date: Option<LocalMktDate>, pub underlying_repo_collateral_security_type: Option<FixString>, pub underlying_repurchase_term: Option<Int>, pub underlying_repurchase_rate: Option<Percentage>, pub underlying_factor: Option<Float>, 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<LocalMktDate>, pub underlying_strike_price: Option<Price>, pub underlying_strike_currency: Option<Currency>, pub underlying_opt_attribute: Option<Char>, pub underlying_contract_multiplier: Option<Float>, pub underlying_unit_of_measure: Option<FixString>, pub underlying_unit_of_measure_qty: Option<Qty>, pub underlying_price_unit_of_measure: Option<FixString>, pub underlying_price_unit_of_measure_qty: Option<Qty>, pub underlying_time_unit: Option<FixString>, pub underlying_exercise_style: Option<Int>, pub underlying_coupon_rate: Option<Percentage>, pub underlying_security_exchange: Option<Exchange>, pub underlying_issuer: Option<FixString>, pub encoded_underlying_issuer: Option<Data>, pub underlying_security_desc: Option<FixString>, pub encoded_underlying_security_desc: Option<Data>, pub underlying_cp_program: Option<FixString>, pub underlying_cp_reg_type: Option<FixString>, pub underlying_allocation_percent: Option<Percentage>, pub underlying_currency: Option<Currency>, pub underlying_qty: Option<Qty>, pub underlying_settlement_type: Option<UnderlyingSettlementType>, pub underlying_cash_amount: Option<Amt>, pub underlying_cash_type: Option<UnderlyingCashType>, pub underlying_px: Option<Price>, pub underlying_dirty_price: Option<Price>, pub underlying_end_price: Option<Price>, pub underlying_start_value: Option<Amt>, pub underlying_current_value: Option<Amt>, pub underlying_end_value: Option<Amt>, pub underlying_stipulations: Option<Vec<UnderlyingStipulations>>, pub underlying_adjusted_quantity: Option<Qty>, pub underlying_fx_rate: Option<Float>, pub underlying_fx_rate_calc: Option<UnderlyingFxRateCalc>, pub underlying_cap_value: Option<Amt>, pub undly_instrument_parties: Option<Vec<UndlyInstrumentParties>>, pub underlying_settl_method: Option<FixString>, pub underlying_put_or_call: Option<Int>, pub underlying_contract_multiplier_unit: Option<Int>, pub underlying_flow_schedule_type: Option<Int>, pub underlying_restructuring_type: Option<FixString>, pub underlying_seniority: Option<FixString>, pub underlying_notional_percentage_outstanding: Option<Percentage>, pub underlying_original_notional_percentage_outstanding: Option<Percentage>, pub underlying_attachment_point: Option<Percentage>, pub underlying_detachment_point: Option<Percentage>, pub underlying_settl_price: Option<Price>, pub underlying_settl_price_type: Option<Int>, pub underlying_delivery_amount: Option<Amt>, pub underlying_amount: Option<Vec<UnderlyingAmount>>,
}

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<Int>§underlying_cfi_code: Option<FixString>§underlying_security_type: Option<FixString>§underlying_security_sub_type: Option<FixString>§underlying_maturity_month_year: Option<MonthYear>§underlying_maturity_date: Option<LocalMktDate>§underlying_maturity_time: Option<TzTimeOnly>§underlying_coupon_payment_date: Option<LocalMktDate>§underlying_issue_date: Option<LocalMktDate>§underlying_repo_collateral_security_type: Option<FixString>§underlying_repurchase_term: Option<Int>§underlying_repurchase_rate: Option<Percentage>§underlying_factor: Option<Float>§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<LocalMktDate>§underlying_strike_price: Option<Price>§underlying_strike_currency: Option<Currency>§underlying_opt_attribute: Option<Char>§underlying_contract_multiplier: Option<Float>§underlying_unit_of_measure: Option<FixString>§underlying_unit_of_measure_qty: Option<Qty>§underlying_price_unit_of_measure: Option<FixString>§underlying_price_unit_of_measure_qty: Option<Qty>§underlying_time_unit: Option<FixString>§underlying_exercise_style: Option<Int>§underlying_coupon_rate: Option<Percentage>§underlying_security_exchange: Option<Exchange>§underlying_issuer: Option<FixString>§encoded_underlying_issuer: Option<Data>§underlying_security_desc: Option<FixString>§encoded_underlying_security_desc: Option<Data>§underlying_cp_program: Option<FixString>§underlying_cp_reg_type: Option<FixString>§underlying_allocation_percent: Option<Percentage>§underlying_currency: Option<Currency>§underlying_qty: Option<Qty>§underlying_settlement_type: Option<UnderlyingSettlementType>§underlying_cash_amount: Option<Amt>§underlying_cash_type: Option<UnderlyingCashType>§underlying_px: Option<Price>§underlying_dirty_price: Option<Price>§underlying_end_price: Option<Price>§underlying_start_value: Option<Amt>§underlying_current_value: Option<Amt>§underlying_end_value: Option<Amt>§underlying_stipulations: Option<Vec<UnderlyingStipulations>>§underlying_adjusted_quantity: Option<Qty>§underlying_fx_rate: Option<Float>§underlying_fx_rate_calc: Option<UnderlyingFxRateCalc>§underlying_cap_value: Option<Amt>§undly_instrument_parties: Option<Vec<UndlyInstrumentParties>>§underlying_settl_method: Option<FixString>§underlying_put_or_call: Option<Int>§underlying_contract_multiplier_unit: Option<Int>§underlying_flow_schedule_type: Option<Int>§underlying_restructuring_type: Option<FixString>§underlying_seniority: Option<FixString>§underlying_notional_percentage_outstanding: Option<Percentage>§underlying_original_notional_percentage_outstanding: Option<Percentage>§underlying_attachment_point: Option<Percentage>§underlying_detachment_point: Option<Percentage>§underlying_settl_price: Option<Price>§underlying_settl_price_type: Option<Int>§underlying_delivery_amount: Option<Amt>§underlying_amount: Option<Vec<UnderlyingAmount>>

Trait Implementations§

source§

impl Clone for PosUndInstrmtGrp

source§

fn clone(&self) -> PosUndInstrmtGrp

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 PosUndInstrmtGrp

source§

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

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere 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, U> Into<U> for Twhere 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 Twhere 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 Twhere 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 Twhere 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.