pub struct DerivativeSecurityList { /* private fields */ }

Implementations§

source§

impl DerivativeSecurityList

source

pub const MSG_TYPE_BYTES: &'static str = "AA"

source

pub const MSG_TYPE: MsgType = _

source

pub fn header(&mut self) -> Header<'_>

source

pub fn header_mut(&mut self) -> HeaderMut<'_>

source

pub fn trailer(&mut self) -> Trailer<'_>

source

pub fn trailer_mut(&mut self) -> TrailerMut<'_>

source

pub fn to_fix_string(&self) -> String

Convert inner message as FIX text.

This method is only here for debug / tests purposes. Do not use this in real production code.

source§

impl DerivativeSecurityList

source

pub fn try_new( security_req_id: SecurityReqID, security_response_id: SecurityResponseID, security_request_result: SecurityRequestResult ) -> Result<Self, QuickFixError>

source§

impl DerivativeSecurityList

source

pub fn get_security_req_id(&self) -> SecurityReqID

source

pub fn get_security_response_id(&self) -> SecurityResponseID

source

pub fn get_security_request_result(&self) -> SecurityRequestResult

source

pub fn get_underlying_symbol(&self) -> Option<UnderlyingSymbol>

source

pub fn get_underlying_symbol_sfx(&self) -> Option<UnderlyingSymbolSfx>

source

pub fn get_underlying_security_id(&self) -> Option<UnderlyingSecurityID>

source

pub fn get_underlying_security_id_source( &self ) -> Option<UnderlyingSecurityIDSource>

source

pub fn clone_group_no_underlying_security_alt_id( &self, index: usize ) -> Option<NoUnderlyingSecurityAltID>

source

pub fn get_underlying_product(&self) -> Option<UnderlyingProduct>

source

pub fn get_underlying_cfi_code(&self) -> Option<UnderlyingCFICode>

source

pub fn get_underlying_security_type(&self) -> Option<UnderlyingSecurityType>

source

pub fn get_underlying_security_sub_type( &self ) -> Option<UnderlyingSecuritySubType>

source

pub fn get_underlying_maturity_month_year( &self ) -> Option<UnderlyingMaturityMonthYear>

source

pub fn get_underlying_maturity_date(&self) -> Option<UnderlyingMaturityDate>

source

pub fn get_underlying_put_or_call(&self) -> Option<UnderlyingPutOrCall>

source

pub fn get_underlying_coupon_payment_date( &self ) -> Option<UnderlyingCouponPaymentDate>

source

pub fn get_underlying_issue_date(&self) -> Option<UnderlyingIssueDate>

source

pub fn get_underlying_repo_collateral_security_type( &self ) -> Option<UnderlyingRepoCollateralSecurityType>

source

pub fn get_underlying_repurchase_term(&self) -> Option<UnderlyingRepurchaseTerm>

source

pub fn get_underlying_repurchase_rate(&self) -> Option<UnderlyingRepurchaseRate>

source

pub fn get_underlying_factor(&self) -> Option<UnderlyingFactor>

source

pub fn get_underlying_credit_rating(&self) -> Option<UnderlyingCreditRating>

source

pub fn get_underlying_instr_registry(&self) -> Option<UnderlyingInstrRegistry>

source

pub fn get_underlying_country_of_issue( &self ) -> Option<UnderlyingCountryOfIssue>

source

pub fn get_underlying_state_or_province_of_issue( &self ) -> Option<UnderlyingStateOrProvinceOfIssue>

source

pub fn get_underlying_locale_of_issue(&self) -> Option<UnderlyingLocaleOfIssue>

source

pub fn get_underlying_redemption_date(&self) -> Option<UnderlyingRedemptionDate>

source

pub fn get_underlying_strike_price(&self) -> Option<UnderlyingStrikePrice>

source

pub fn get_underlying_strike_currency(&self) -> Option<UnderlyingStrikeCurrency>

source

pub fn get_underlying_opt_attribute(&self) -> Option<UnderlyingOptAttribute>

source

pub fn get_underlying_contract_multiplier( &self ) -> Option<UnderlyingContractMultiplier>

source

pub fn get_underlying_coupon_rate(&self) -> Option<UnderlyingCouponRate>

source

pub fn get_underlying_security_exchange( &self ) -> Option<UnderlyingSecurityExchange>

source

pub fn get_underlying_issuer(&self) -> Option<UnderlyingIssuer>

source

pub fn get_encoded_underlying_issuer_len( &self ) -> Option<EncodedUnderlyingIssuerLen>

source

pub fn get_encoded_underlying_issuer(&self) -> Option<EncodedUnderlyingIssuer>

source

pub fn get_underlying_security_desc(&self) -> Option<UnderlyingSecurityDesc>

source

pub fn get_encoded_underlying_security_desc_len( &self ) -> Option<EncodedUnderlyingSecurityDescLen>

source

pub fn get_encoded_underlying_security_desc( &self ) -> Option<EncodedUnderlyingSecurityDesc>

source

pub fn get_underlying_cp_program(&self) -> Option<UnderlyingCPProgram>

source

pub fn get_underlying_cp_reg_type(&self) -> Option<UnderlyingCPRegType>

source

pub fn get_underlying_currency(&self) -> Option<UnderlyingCurrency>

source

pub fn get_underlying_qty(&self) -> Option<UnderlyingQty>

source

pub fn get_underlying_px(&self) -> Option<UnderlyingPx>

source

pub fn get_underlying_dirty_price(&self) -> Option<UnderlyingDirtyPrice>

source

pub fn get_underlying_end_price(&self) -> Option<UnderlyingEndPrice>

source

pub fn get_underlying_start_value(&self) -> Option<UnderlyingStartValue>

source

pub fn get_underlying_current_value(&self) -> Option<UnderlyingCurrentValue>

source

pub fn get_underlying_end_value(&self) -> Option<UnderlyingEndValue>

source

pub fn clone_group_no_underlying_stips( &self, index: usize ) -> Option<NoUnderlyingStips>

source

pub fn get_last_fragment(&self) -> Option<LastFragment>

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

Trait Implementations§

source§

impl Clone for DerivativeSecurityList

source§

fn clone(&self) -> DerivativeSecurityList

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 DerivativeSecurityList

source§

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

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

impl From<DerivativeSecurityList> for Message

source§

fn from(input: DerivativeSecurityList) -> Self

Converts to this type from the input type.
source§

impl From<Message> for DerivativeSecurityList

source§

fn from(input: Message) -> Self

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