Struct easyfix::groups::LegOrdGrp

source ·
pub struct LegOrdGrp {
Show 68 fields pub leg_symbol: Option<FixString>, pub leg_symbol_sfx: Option<FixString>, pub leg_security_id: Option<FixString>, pub leg_security_id_source: Option<FixString>, pub leg_sec_alt_id_grp: Option<Vec<LegSecAltIdGrp>>, pub leg_product: Option<i64>, pub leg_cfi_code: Option<FixString>, pub leg_security_type: Option<FixString>, pub leg_security_sub_type: Option<FixString>, pub leg_maturity_month_year: Option<Vec<u8>>, pub leg_maturity_date: Option<NaiveDate>, pub leg_maturity_time: Option<Vec<u8>>, pub leg_coupon_payment_date: Option<NaiveDate>, pub leg_issue_date: Option<NaiveDate>, pub leg_repo_collateral_security_type: Option<FixString>, pub leg_repurchase_term: Option<i64>, pub leg_repurchase_rate: Option<Decimal>, pub leg_factor: Option<Decimal>, pub leg_credit_rating: Option<FixString>, pub leg_instr_registry: Option<FixString>, pub leg_country_of_issue: Option<Country>, pub leg_state_or_province_of_issue: Option<FixString>, pub leg_locale_of_issue: Option<FixString>, pub leg_redemption_date: Option<NaiveDate>, pub leg_strike_price: Option<Decimal>, pub leg_strike_currency: Option<Currency>, pub leg_opt_attribute: Option<u8>, pub leg_contract_multiplier: Option<Decimal>, pub leg_unit_of_measure: Option<FixString>, pub leg_unit_of_measure_qty: Option<Decimal>, pub leg_price_unit_of_measure: Option<FixString>, pub leg_price_unit_of_measure_qty: Option<Decimal>, pub leg_time_unit: Option<FixString>, pub leg_exercise_style: Option<i64>, pub leg_coupon_rate: Option<Decimal>, pub leg_security_exchange: Option<[u8; 4]>, pub leg_issuer: Option<FixString>, pub encoded_leg_issuer: Option<Vec<u8>>, pub leg_security_desc: Option<FixString>, pub encoded_leg_security_desc: Option<Vec<u8>>, pub leg_ratio_qty: Option<Decimal>, pub leg_side: Option<u8>, pub leg_currency: Option<Currency>, pub leg_pool: Option<FixString>, pub leg_dated_date: Option<NaiveDate>, pub leg_contract_settl_month: Option<Vec<u8>>, pub leg_interest_accrual_date: Option<NaiveDate>, pub leg_put_or_call: Option<i64>, pub leg_option_ratio: Option<Decimal>, pub leg_contract_multiplier_unit: Option<i64>, pub leg_flow_schedule_type: Option<i64>, pub leg_qty: Option<Decimal>, pub leg_swap_type: Option<LegSwapType>, pub leg_stipulations: Option<Vec<LegStipulations>>, pub leg_alloc_id: Option<FixString>, pub leg_pre_alloc_grp: Option<Vec<LegPreAllocGrp>>, pub leg_position_effect: Option<u8>, pub leg_covered_or_uncovered: Option<i64>, pub nested_parties: Option<Vec<NestedParties>>, pub leg_ref_id: Option<FixString>, pub leg_settl_type: Option<u8>, pub leg_settl_date: Option<NaiveDate>, pub leg_settl_currency: Option<Currency>, pub leg_order_qty: Option<Decimal>, pub leg_volatility: Option<Decimal>, pub leg_dividend_yield: Option<Decimal>, pub leg_currency_ratio: Option<Decimal>, pub leg_exec_inst: Option<Vec<u8>>,
}

Fields§

§leg_symbol: Option<FixString>§leg_symbol_sfx: Option<FixString>§leg_security_id: Option<FixString>§leg_security_id_source: Option<FixString>§leg_sec_alt_id_grp: Option<Vec<LegSecAltIdGrp>>§leg_product: Option<i64>§leg_cfi_code: Option<FixString>§leg_security_type: Option<FixString>§leg_security_sub_type: Option<FixString>§leg_maturity_month_year: Option<Vec<u8>>§leg_maturity_date: Option<NaiveDate>§leg_maturity_time: Option<Vec<u8>>§leg_coupon_payment_date: Option<NaiveDate>§leg_issue_date: Option<NaiveDate>§leg_repo_collateral_security_type: Option<FixString>§leg_repurchase_term: Option<i64>§leg_repurchase_rate: Option<Decimal>§leg_factor: Option<Decimal>§leg_credit_rating: Option<FixString>§leg_instr_registry: Option<FixString>§leg_country_of_issue: Option<Country>§leg_state_or_province_of_issue: Option<FixString>§leg_locale_of_issue: Option<FixString>§leg_redemption_date: Option<NaiveDate>§leg_strike_price: Option<Decimal>§leg_strike_currency: Option<Currency>§leg_opt_attribute: Option<u8>§leg_contract_multiplier: Option<Decimal>§leg_unit_of_measure: Option<FixString>§leg_unit_of_measure_qty: Option<Decimal>§leg_price_unit_of_measure: Option<FixString>§leg_price_unit_of_measure_qty: Option<Decimal>§leg_time_unit: Option<FixString>§leg_exercise_style: Option<i64>§leg_coupon_rate: Option<Decimal>§leg_security_exchange: Option<[u8; 4]>§leg_issuer: Option<FixString>§encoded_leg_issuer: Option<Vec<u8>>§leg_security_desc: Option<FixString>§encoded_leg_security_desc: Option<Vec<u8>>§leg_ratio_qty: Option<Decimal>§leg_side: Option<u8>§leg_currency: Option<Currency>§leg_pool: Option<FixString>§leg_dated_date: Option<NaiveDate>§leg_contract_settl_month: Option<Vec<u8>>§leg_interest_accrual_date: Option<NaiveDate>§leg_put_or_call: Option<i64>§leg_option_ratio: Option<Decimal>§leg_contract_multiplier_unit: Option<i64>§leg_flow_schedule_type: Option<i64>§leg_qty: Option<Decimal>§leg_swap_type: Option<LegSwapType>§leg_stipulations: Option<Vec<LegStipulations>>§leg_alloc_id: Option<FixString>§leg_pre_alloc_grp: Option<Vec<LegPreAllocGrp>>§leg_position_effect: Option<u8>§leg_covered_or_uncovered: Option<i64>§nested_parties: Option<Vec<NestedParties>>§leg_ref_id: Option<FixString>§leg_settl_type: Option<u8>§leg_settl_date: Option<NaiveDate>§leg_settl_currency: Option<Currency>§leg_order_qty: Option<Decimal>§leg_volatility: Option<Decimal>§leg_dividend_yield: Option<Decimal>§leg_currency_ratio: Option<Decimal>§leg_exec_inst: Option<Vec<u8>>

Trait Implementations§

source§

impl Clone for LegOrdGrp

source§

fn clone(&self) -> LegOrdGrp

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 LegOrdGrp

source§

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

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

impl Default for LegOrdGrp

source§

fn default() -> LegOrdGrp

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