pub struct NoSides { /* private fields */ }

Implementations§

source§

impl NoSides

source

pub const FIELD_ID: i32 = 552i32

source

pub const DELIMITER: i32 = 54i32

source

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

source§

impl NoSides

source

pub fn get_side(&self) -> Side

source

pub fn get_order_id(&self) -> Option<OrderID>

source

pub fn get_secondary_order_id(&self) -> Option<SecondaryOrderID>

source

pub fn get_cl_ord_id(&self) -> Option<ClOrdID>

source

pub fn get_secondary_cl_ord_id(&self) -> Option<SecondaryClOrdID>

source

pub fn get_list_id(&self) -> Option<ListID>

source

pub fn clone_group_no_party_i_ds(&self, index: usize) -> Option<NoPartyIDs>

source

pub fn get_account(&self) -> Option<Account>

source

pub fn get_acct_id_source(&self) -> Option<AcctIDSource>

source

pub fn get_account_type(&self) -> Option<AccountType>

source

pub fn get_process_code(&self) -> Option<ProcessCode>

source

pub fn get_odd_lot(&self) -> Option<OddLot>

source

pub fn get_lot_type(&self) -> Option<LotType>

source

pub fn clone_group_no_clearing_instructions( &self, index: usize ) -> Option<NoClearingInstructions>

source

pub fn get_trade_input_source(&self) -> Option<TradeInputSource>

source

pub fn get_trade_input_device(&self) -> Option<TradeInputDevice>

source

pub fn get_order_input_device(&self) -> Option<OrderInputDevice>

source

pub fn get_currency(&self) -> Option<Currency>

source

pub fn get_compliance_id(&self) -> Option<ComplianceID>

source

pub fn get_solicited_flag(&self) -> Option<SolicitedFlag>

source

pub fn get_order_capacity(&self) -> Option<OrderCapacity>

source

pub fn get_order_restrictions(&self) -> Option<OrderRestrictions>

source

pub fn get_cust_order_capacity(&self) -> Option<CustOrderCapacity>

source

pub fn get_ord_type(&self) -> Option<OrdType>

source

pub fn get_exec_inst(&self) -> Option<ExecInst>

source

pub fn get_trans_bkd_time(&self) -> Option<TransBkdTime>

source

pub fn get_trading_session_id(&self) -> Option<TradingSessionID>

source

pub fn get_trading_session_sub_id(&self) -> Option<TradingSessionSubID>

source

pub fn get_time_bracket(&self) -> Option<TimeBracket>

source

pub fn get_commission(&self) -> Option<Commission>

source

pub fn get_comm_type(&self) -> Option<CommType>

source

pub fn get_comm_currency(&self) -> Option<CommCurrency>

source

pub fn get_fund_renew_waiv(&self) -> Option<FundRenewWaiv>

source

pub fn get_num_days_interest(&self) -> Option<NumDaysInterest>

source

pub fn get_ex_date(&self) -> Option<ExDate>

source

pub fn get_accrued_interest_rate(&self) -> Option<AccruedInterestRate>

source

pub fn get_accrued_interest_amt(&self) -> Option<AccruedInterestAmt>

source

pub fn get_interest_at_maturity(&self) -> Option<InterestAtMaturity>

source

pub fn get_end_accrued_interest_amt(&self) -> Option<EndAccruedInterestAmt>

source

pub fn get_start_cash(&self) -> Option<StartCash>

source

pub fn get_end_cash(&self) -> Option<EndCash>

source

pub fn get_concession(&self) -> Option<Concession>

source

pub fn get_total_takedown(&self) -> Option<TotalTakedown>

source

pub fn get_net_money(&self) -> Option<NetMoney>

source

pub fn get_settl_curr_amt(&self) -> Option<SettlCurrAmt>

source

pub fn get_settl_currency(&self) -> Option<SettlCurrency>

source

pub fn get_settl_curr_fx_rate(&self) -> Option<SettlCurrFxRate>

source

pub fn get_settl_curr_fx_rate_calc(&self) -> Option<SettlCurrFxRateCalc>

source

pub fn get_position_effect(&self) -> Option<PositionEffect>

source

pub fn get_side_multi_leg_reporting_type( &self ) -> Option<SideMultiLegReportingType>

source

pub fn clone_group_no_cont_amts(&self, index: usize) -> Option<NoContAmts>

source

pub fn clone_group_no_stipulations( &self, index: usize ) -> Option<NoStipulations>

source

pub fn clone_group_no_misc_fees(&self, index: usize) -> Option<NoMiscFees>

source

pub fn get_exchange_rule(&self) -> Option<ExchangeRule>

source

pub fn get_trade_alloc_indicator(&self) -> Option<TradeAllocIndicator>

source

pub fn get_prealloc_method(&self) -> Option<PreallocMethod>

source

pub fn get_alloc_id(&self) -> Option<AllocID>

source

pub fn clone_group_no_allocs(&self, index: usize) -> Option<NoAllocs>

source

pub fn get_side_gross_trade_amt(&self) -> Option<SideGrossTradeAmt>

source

pub fn get_aggressor_indicator(&self) -> Option<AggressorIndicator>

source

pub fn get_side_qty(&self) -> Option<SideQty>

source

pub fn get_side_trade_report_id(&self) -> Option<SideTradeReportID>

source

pub fn get_side_fill_station_cd(&self) -> Option<SideFillStationCd>

source

pub fn get_side_reason_cd(&self) -> Option<SideReasonCd>

source

pub fn get_rpt_seq(&self) -> Option<RptSeq>

source

pub fn get_side_trd_sub_typ(&self) -> Option<SideTrdSubTyp>

source

pub fn clone_group_no_side_trd_reg_ts( &self, index: usize ) -> Option<NoSideTrdRegTS>

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

source

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

Trait Implementations§

source§

impl Clone for NoSides

source§

fn clone(&self) -> NoSides

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 NoSides

source§

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

Formats the value using the given formatter. 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, 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.