pub struct NoLegs { /* private fields */ }

Implementations§

source§

impl NoLegs

source

pub const FIELD_ID: i32 = 555i32

source

pub const DELIMITER: i32 = 600i32

source

pub fn try_new() -> Result<Self, QuickFixError>

source§

impl NoLegs

source

pub fn get_leg_symbol(&self) -> Option<LegSymbol>

source

pub fn get_leg_symbol_sfx(&self) -> Option<LegSymbolSfx>

source

pub fn get_leg_security_id(&self) -> Option<LegSecurityID>

source

pub fn get_leg_security_id_source(&self) -> Option<LegSecurityIDSource>

source

pub fn clone_group_no_leg_security_alt_id( &self, index: usize ) -> Option<NoLegSecurityAltID>

source

pub fn get_leg_product(&self) -> Option<LegProduct>

source

pub fn get_leg_cfi_code(&self) -> Option<LegCFICode>

source

pub fn get_leg_security_type(&self) -> Option<LegSecurityType>

source

pub fn get_leg_maturity_month_year(&self) -> Option<LegMaturityMonthYear>

source

pub fn get_leg_maturity_date(&self) -> Option<LegMaturityDate>

source

pub fn get_leg_coupon_payment_date(&self) -> Option<LegCouponPaymentDate>

source

pub fn get_leg_issue_date(&self) -> Option<LegIssueDate>

source

pub fn get_leg_repo_collateral_security_type( &self ) -> Option<LegRepoCollateralSecurityType>

source

pub fn get_leg_repurchase_term(&self) -> Option<LegRepurchaseTerm>

source

pub fn get_leg_repurchase_rate(&self) -> Option<LegRepurchaseRate>

source

pub fn get_leg_factor(&self) -> Option<LegFactor>

source

pub fn get_leg_credit_rating(&self) -> Option<LegCreditRating>

source

pub fn get_leg_instr_registry(&self) -> Option<LegInstrRegistry>

source

pub fn get_leg_country_of_issue(&self) -> Option<LegCountryOfIssue>

source

pub fn get_leg_state_or_province_of_issue( &self ) -> Option<LegStateOrProvinceOfIssue>

source

pub fn get_leg_locale_of_issue(&self) -> Option<LegLocaleOfIssue>

source

pub fn get_leg_redemption_date(&self) -> Option<LegRedemptionDate>

source

pub fn get_leg_strike_price(&self) -> Option<LegStrikePrice>

source

pub fn get_leg_opt_attribute(&self) -> Option<LegOptAttribute>

source

pub fn get_leg_contract_multiplier(&self) -> Option<LegContractMultiplier>

source

pub fn get_leg_coupon_rate(&self) -> Option<LegCouponRate>

source

pub fn get_leg_security_exchange(&self) -> Option<LegSecurityExchange>

source

pub fn get_leg_issuer(&self) -> Option<LegIssuer>

source

pub fn get_encoded_leg_issuer_len(&self) -> Option<EncodedLegIssuerLen>

source

pub fn get_encoded_leg_issuer(&self) -> Option<EncodedLegIssuer>

source

pub fn get_leg_security_desc(&self) -> Option<LegSecurityDesc>

source

pub fn get_encoded_leg_security_desc_len( &self ) -> Option<EncodedLegSecurityDescLen>

source

pub fn get_encoded_leg_security_desc(&self) -> Option<EncodedLegSecurityDesc>

source

pub fn get_leg_ratio_qty(&self) -> Option<LegRatioQty>

source

pub fn get_leg_side(&self) -> Option<LegSide>

source

pub fn get_leg_position_effect(&self) -> Option<LegPositionEffect>

source

pub fn get_leg_covered_or_uncovered(&self) -> Option<LegCoveredOrUncovered>

source

pub fn clone_group_no_nested_party_i_ds( &self, index: usize ) -> Option<NoNestedPartyIDs>

source

pub fn get_leg_ref_id(&self) -> Option<LegRefID>

source

pub fn get_leg_price(&self) -> Option<LegPrice>

source

pub fn get_leg_settlmnt_typ(&self) -> Option<LegSettlmntTyp>

source

pub fn get_leg_fut_sett_date(&self) -> Option<LegFutSettDate>

source

pub fn get_leg_last_px(&self) -> Option<LegLastPx>

source

pub fn set_leg_symbol( &mut self, value: LegSymbol ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_symbol(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_symbol_sfx( &mut self, value: LegSymbolSfx ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_symbol_sfx(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_security_id( &mut self, value: LegSecurityID ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_security_id(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_security_id_source( &mut self, value: LegSecurityIDSource ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_security_id_source(&mut self) -> Result<&Self, QuickFixError>

source

pub fn add_no_leg_security_alt_id( &mut self, value: NoLegSecurityAltID ) -> Result<&Self, QuickFixError>

source

pub fn set_leg_product( &mut self, value: LegProduct ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_product(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_cfi_code( &mut self, value: LegCFICode ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_cfi_code(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_security_type( &mut self, value: LegSecurityType ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_security_type(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_maturity_month_year( &mut self, value: LegMaturityMonthYear ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_maturity_month_year(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_maturity_date( &mut self, value: LegMaturityDate ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_maturity_date(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_coupon_payment_date( &mut self, value: LegCouponPaymentDate ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_coupon_payment_date(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_issue_date( &mut self, value: LegIssueDate ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_issue_date(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_repo_collateral_security_type( &mut self, value: LegRepoCollateralSecurityType ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_repo_collateral_security_type( &mut self ) -> Result<&Self, QuickFixError>

source

pub fn set_leg_repurchase_term( &mut self, value: LegRepurchaseTerm ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_repurchase_term(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_repurchase_rate( &mut self, value: LegRepurchaseRate ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_repurchase_rate(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_factor( &mut self, value: LegFactor ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_factor(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_credit_rating( &mut self, value: LegCreditRating ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_credit_rating(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_instr_registry( &mut self, value: LegInstrRegistry ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_instr_registry(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_country_of_issue( &mut self, value: LegCountryOfIssue ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_country_of_issue(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_state_or_province_of_issue( &mut self, value: LegStateOrProvinceOfIssue ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_state_or_province_of_issue( &mut self ) -> Result<&Self, QuickFixError>

source

pub fn set_leg_locale_of_issue( &mut self, value: LegLocaleOfIssue ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_locale_of_issue(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_redemption_date( &mut self, value: LegRedemptionDate ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_redemption_date(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_strike_price( &mut self, value: LegStrikePrice ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_strike_price(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_opt_attribute( &mut self, value: LegOptAttribute ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_opt_attribute(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_contract_multiplier( &mut self, value: LegContractMultiplier ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_contract_multiplier(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_coupon_rate( &mut self, value: LegCouponRate ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_coupon_rate(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_security_exchange( &mut self, value: LegSecurityExchange ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_security_exchange(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_issuer( &mut self, value: LegIssuer ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_issuer(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_encoded_leg_issuer_len( &mut self, value: EncodedLegIssuerLen ) -> Result<&Self, QuickFixError>

source

pub fn remove_encoded_leg_issuer_len(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_encoded_leg_issuer( &mut self, value: EncodedLegIssuer ) -> Result<&Self, QuickFixError>

source

pub fn remove_encoded_leg_issuer(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_security_desc( &mut self, value: LegSecurityDesc ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_security_desc(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_encoded_leg_security_desc_len( &mut self, value: EncodedLegSecurityDescLen ) -> Result<&Self, QuickFixError>

source

pub fn remove_encoded_leg_security_desc_len( &mut self ) -> Result<&Self, QuickFixError>

source

pub fn set_encoded_leg_security_desc( &mut self, value: EncodedLegSecurityDesc ) -> Result<&Self, QuickFixError>

source

pub fn remove_encoded_leg_security_desc( &mut self ) -> Result<&Self, QuickFixError>

source

pub fn set_leg_ratio_qty( &mut self, value: LegRatioQty ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_ratio_qty(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_side(&mut self, value: LegSide) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_side(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_position_effect( &mut self, value: LegPositionEffect ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_position_effect(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_covered_or_uncovered( &mut self, value: LegCoveredOrUncovered ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_covered_or_uncovered( &mut self ) -> Result<&Self, QuickFixError>

source

pub fn add_no_nested_party_i_ds( &mut self, value: NoNestedPartyIDs ) -> Result<&Self, QuickFixError>

source

pub fn set_leg_ref_id( &mut self, value: LegRefID ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_ref_id(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_price(&mut self, value: LegPrice) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_price(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_settlmnt_typ( &mut self, value: LegSettlmntTyp ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_settlmnt_typ(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_fut_sett_date( &mut self, value: LegFutSettDate ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_fut_sett_date(&mut self) -> Result<&Self, QuickFixError>

source

pub fn set_leg_last_px( &mut self, value: LegLastPx ) -> Result<&Self, QuickFixError>

source

pub fn remove_leg_last_px(&mut self) -> Result<&Self, QuickFixError>

Trait Implementations§

source§

impl Clone for NoLegs

source§

fn clone(&self) -> NoLegs

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 NoLegs

source§

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

Formats the value using the given formatter. Read more

Auto Trait Implementations§

§

impl RefUnwindSafe for NoLegs

§

impl !Send for NoLegs

§

impl !Sync for NoLegs

§

impl Unpin for NoLegs

§

impl UnwindSafe for NoLegs

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, 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.