Struct NoLegs

Source
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 no_leg_security_alt_id_len(&self) -> usize

Source

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

Source

pub fn iter_no_leg_security_alt_id( &self, ) -> GroupIterator<'_, Self, 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_security_sub_type(&self) -> Option<LegSecuritySubType>

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_strike_currency(&self) -> Option<LegStrikeCurrency>

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_currency(&self) -> Option<LegCurrency>

Source

pub fn get_leg_pool(&self) -> Option<LegPool>

Source

pub fn get_leg_dated_date(&self) -> Option<LegDatedDate>

Source

pub fn get_leg_contract_settl_month(&self) -> Option<LegContractSettlMonth>

Source

pub fn get_leg_interest_accrual_date(&self) -> Option<LegInterestAccrualDate>

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_security_sub_type( &mut self, value: LegSecuritySubType, ) -> Result<&Self, QuickFixError>

Source

pub fn remove_leg_security_sub_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_strike_currency( &mut self, value: LegStrikeCurrency, ) -> Result<&Self, QuickFixError>

Source

pub fn remove_leg_strike_currency(&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_currency( &mut self, value: LegCurrency, ) -> Result<&Self, QuickFixError>

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

pub fn remove_leg_interest_accrual_date( &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 Freeze for NoLegs

§

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> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. 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,

Source§

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

Source§

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

Source§

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.