pub struct DerivativeSecurityListUpdateReport {
Show 143 fields pub appl_id: Option<FixString>, pub appl_seq_num: Option<u32>, pub appl_last_seq_num: Option<u32>, pub appl_resend_flag: Option<bool>, pub security_req_id: Option<FixString>, pub security_response_id: Option<FixString>, pub security_request_result: Option<SecurityRequestResult>, pub security_update_action: Option<SecurityUpdateAction>, 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>, pub derivative_symbol: Option<FixString>, pub derivative_symbol_sfx: Option<FixString>, pub derivative_security_id: Option<FixString>, pub derivative_security_id_source: Option<FixString>, pub derivative_security_alt_id_grp: Option<Vec<DerivativeSecurityAltIdGrp>>, pub derivative_product: Option<i64>, pub derivative_product_complex: Option<FixString>, pub deriv_flex_product_eligibility_indicator: Option<bool>, pub derivative_security_group: Option<FixString>, pub derivative_cfi_code: Option<FixString>, pub derivative_security_type: Option<FixString>, pub derivative_security_sub_type: Option<FixString>, pub derivative_maturity_month_year: Option<Vec<u8>>, pub derivative_maturity_date: Option<NaiveDate>, pub derivative_maturity_time: Option<Vec<u8>>, pub derivative_settle_on_open_flag: Option<FixString>, pub derivative_instrmt_assignment_method: Option<u8>, pub derivative_security_status: Option<FixString>, pub derivative_issue_date: Option<NaiveDate>, pub derivative_instr_registry: Option<FixString>, pub derivative_country_of_issue: Option<Country>, pub derivative_state_or_province_of_issue: Option<FixString>, pub derivative_locale_of_issue: Option<FixString>, pub derivative_strike_price: Option<Decimal>, pub derivative_strike_currency: Option<Currency>, pub derivative_strike_multiplier: Option<Decimal>, pub derivative_strike_value: Option<Decimal>, pub derivative_opt_attribute: Option<u8>, pub derivative_contract_multiplier: Option<Decimal>, pub derivative_min_price_increment: Option<Decimal>, pub derivative_min_price_increment_amount: Option<Decimal>, pub derivative_unit_of_measure: Option<FixString>, pub derivative_unit_of_measure_qty: Option<Decimal>, pub derivative_price_unit_of_measure: Option<FixString>, pub derivative_price_unit_of_measure_qty: Option<Decimal>, pub derivative_settl_method: Option<u8>, pub derivative_price_quote_method: Option<FixString>, pub derivative_valuation_method: Option<FixString>, pub derivative_list_method: Option<i64>, pub derivative_cap_price: Option<Decimal>, pub derivative_floor_price: Option<Decimal>, pub derivative_put_or_call: Option<i64>, pub derivative_exercise_style: Option<u8>, pub derivative_opt_pay_amount: Option<Decimal>, pub derivative_time_unit: Option<FixString>, pub derivative_security_exchange: Option<[u8; 4]>, pub derivative_position_limit: Option<i64>, pub derivative_nt_position_limit: Option<i64>, pub derivative_issuer: Option<FixString>, pub derivative_encoded_issuer: Option<Vec<u8>>, pub derivative_security_desc: Option<FixString>, pub derivative_encoded_security_desc: Option<Vec<u8>>, pub derivative_security_xml: Option<Vec<u8>>, pub derivative_security_xml_schema: Option<FixString>, pub derivative_contract_settl_month: Option<Vec<u8>>, pub derivative_events_grp: Option<Vec<DerivativeEventsGrp>>, pub derivative_instrument_parties: Option<Vec<DerivativeInstrumentParties>>, pub derivative_contract_multiplier_unit: Option<i64>, pub derivative_flow_schedule_type: Option<i64>, pub derivative_instrument_attribute: Option<Vec<DerivativeInstrumentAttribute>>, pub market_segment_grp: Option<Vec<MarketSegmentGrp>>, pub tot_no_related_sym: Option<i64>, pub last_fragment: Option<bool>, pub rel_sym_deriv_sec_upd_grp: Option<Vec<RelSymDerivSecUpdGrp>>, pub transact_time: Option<UtcTimestamp>,
}

Fields§

§appl_id: Option<FixString>§appl_seq_num: Option<u32>§appl_last_seq_num: Option<u32>§appl_resend_flag: Option<bool>§security_req_id: Option<FixString>§security_response_id: Option<FixString>§security_request_result: Option<SecurityRequestResult>§security_update_action: Option<SecurityUpdateAction>§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>§derivative_symbol: Option<FixString>§derivative_symbol_sfx: Option<FixString>§derivative_security_id: Option<FixString>§derivative_security_id_source: Option<FixString>§derivative_security_alt_id_grp: Option<Vec<DerivativeSecurityAltIdGrp>>§derivative_product: Option<i64>§derivative_product_complex: Option<FixString>§deriv_flex_product_eligibility_indicator: Option<bool>§derivative_security_group: Option<FixString>§derivative_cfi_code: Option<FixString>§derivative_security_type: Option<FixString>§derivative_security_sub_type: Option<FixString>§derivative_maturity_month_year: Option<Vec<u8>>§derivative_maturity_date: Option<NaiveDate>§derivative_maturity_time: Option<Vec<u8>>§derivative_settle_on_open_flag: Option<FixString>§derivative_instrmt_assignment_method: Option<u8>§derivative_security_status: Option<FixString>§derivative_issue_date: Option<NaiveDate>§derivative_instr_registry: Option<FixString>§derivative_country_of_issue: Option<Country>§derivative_state_or_province_of_issue: Option<FixString>§derivative_locale_of_issue: Option<FixString>§derivative_strike_price: Option<Decimal>§derivative_strike_currency: Option<Currency>§derivative_strike_multiplier: Option<Decimal>§derivative_strike_value: Option<Decimal>§derivative_opt_attribute: Option<u8>§derivative_contract_multiplier: Option<Decimal>§derivative_min_price_increment: Option<Decimal>§derivative_min_price_increment_amount: Option<Decimal>§derivative_unit_of_measure: Option<FixString>§derivative_unit_of_measure_qty: Option<Decimal>§derivative_price_unit_of_measure: Option<FixString>§derivative_price_unit_of_measure_qty: Option<Decimal>§derivative_settl_method: Option<u8>§derivative_price_quote_method: Option<FixString>§derivative_valuation_method: Option<FixString>§derivative_list_method: Option<i64>§derivative_cap_price: Option<Decimal>§derivative_floor_price: Option<Decimal>§derivative_put_or_call: Option<i64>§derivative_exercise_style: Option<u8>§derivative_opt_pay_amount: Option<Decimal>§derivative_time_unit: Option<FixString>§derivative_security_exchange: Option<[u8; 4]>§derivative_position_limit: Option<i64>§derivative_nt_position_limit: Option<i64>§derivative_issuer: Option<FixString>§derivative_encoded_issuer: Option<Vec<u8>>§derivative_security_desc: Option<FixString>§derivative_encoded_security_desc: Option<Vec<u8>>§derivative_security_xml: Option<Vec<u8>>§derivative_security_xml_schema: Option<FixString>§derivative_contract_settl_month: Option<Vec<u8>>§derivative_events_grp: Option<Vec<DerivativeEventsGrp>>§derivative_instrument_parties: Option<Vec<DerivativeInstrumentParties>>§derivative_contract_multiplier_unit: Option<i64>§derivative_flow_schedule_type: Option<i64>§derivative_instrument_attribute: Option<Vec<DerivativeInstrumentAttribute>>§market_segment_grp: Option<Vec<MarketSegmentGrp>>§tot_no_related_sym: Option<i64>§last_fragment: Option<bool>§rel_sym_deriv_sec_upd_grp: Option<Vec<RelSymDerivSecUpdGrp>>§transact_time: Option<UtcTimestamp>

Implementations§

Trait Implementations§

source§

impl Clone for DerivativeSecurityListUpdateReport

source§

fn clone(&self) -> DerivativeSecurityListUpdateReport

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 DerivativeSecurityListUpdateReport

source§

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

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

impl Default for DerivativeSecurityListUpdateReport

source§

fn default() -> DerivativeSecurityListUpdateReport

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

impl From<DerivativeSecurityListUpdateReport> for Message

source§

fn from(msg: DerivativeSecurityListUpdateReport) -> Message

Converts to this type from the input type.

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