pub struct NoSides { /* private fields */ }
Implementations§
Source§impl NoSides
impl NoSides
pub fn get_side(&self) -> Side
pub fn get_cl_ord_id(&self) -> ClOrdID
pub fn get_secondary_cl_ord_id(&self) -> Option<SecondaryClOrdID>
pub fn get_cl_ord_link_id(&self) -> Option<ClOrdLinkID>
pub fn no_party_i_ds_len(&self) -> usize
pub fn clone_group_no_party_i_ds(&self, index: usize) -> Option<NoPartyIDs>
pub fn iter_no_party_i_ds(&self) -> GroupIterator<'_, Self, NoPartyIDs> ⓘ
pub fn get_trade_origination_date(&self) -> Option<TradeOriginationDate>
pub fn get_trade_date(&self) -> Option<TradeDate>
pub fn get_account(&self) -> Option<Account>
pub fn get_acct_id_source(&self) -> Option<AcctIDSource>
pub fn get_account_type(&self) -> Option<AccountType>
pub fn get_day_booking_inst(&self) -> Option<DayBookingInst>
pub fn get_booking_unit(&self) -> Option<BookingUnit>
pub fn get_prealloc_method(&self) -> Option<PreallocMethod>
pub fn get_alloc_id(&self) -> Option<AllocID>
pub fn no_allocs_len(&self) -> usize
pub fn clone_group_no_allocs(&self, index: usize) -> Option<NoAllocs>
pub fn iter_no_allocs(&self) -> GroupIterator<'_, Self, NoAllocs> ⓘ
pub fn get_qty_type(&self) -> Option<QtyType>
pub fn get_order_qty(&self) -> Option<OrderQty>
pub fn get_cash_order_qty(&self) -> Option<CashOrderQty>
pub fn get_order_percent(&self) -> Option<OrderPercent>
pub fn get_rounding_direction(&self) -> Option<RoundingDirection>
pub fn get_rounding_modulus(&self) -> Option<RoundingModulus>
pub fn get_commission(&self) -> Option<Commission>
pub fn get_comm_type(&self) -> Option<CommType>
pub fn get_comm_currency(&self) -> Option<CommCurrency>
pub fn get_fund_renew_waiv(&self) -> Option<FundRenewWaiv>
pub fn get_order_capacity(&self) -> Option<OrderCapacity>
pub fn get_order_restrictions(&self) -> Option<OrderRestrictions>
pub fn get_cust_order_capacity(&self) -> Option<CustOrderCapacity>
pub fn get_forex_req(&self) -> Option<ForexReq>
pub fn get_settl_currency(&self) -> Option<SettlCurrency>
pub fn get_booking_type(&self) -> Option<BookingType>
pub fn get_text(&self) -> Option<Text>
pub fn get_encoded_text_len(&self) -> Option<EncodedTextLen>
pub fn get_encoded_text(&self) -> Option<EncodedText>
pub fn get_position_effect(&self) -> Option<PositionEffect>
pub fn get_covered_or_uncovered(&self) -> Option<CoveredOrUncovered>
pub fn get_cash_margin(&self) -> Option<CashMargin>
pub fn get_clearing_fee_indicator(&self) -> Option<ClearingFeeIndicator>
pub fn get_solicited_flag(&self) -> Option<SolicitedFlag>
pub fn get_side_compliance_id(&self) -> Option<SideComplianceID>
pub fn set_side(&mut self, value: Side) -> Result<&Self, QuickFixError>
pub fn set_cl_ord_id(&mut self, value: ClOrdID) -> Result<&Self, QuickFixError>
pub fn set_secondary_cl_ord_id( &mut self, value: SecondaryClOrdID, ) -> Result<&Self, QuickFixError>
pub fn remove_secondary_cl_ord_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_cl_ord_link_id( &mut self, value: ClOrdLinkID, ) -> Result<&Self, QuickFixError>
pub fn remove_cl_ord_link_id(&mut self) -> Result<&Self, QuickFixError>
pub fn add_no_party_i_ds( &mut self, value: NoPartyIDs, ) -> Result<&Self, QuickFixError>
pub fn set_trade_origination_date( &mut self, value: TradeOriginationDate, ) -> Result<&Self, QuickFixError>
pub fn remove_trade_origination_date(&mut self) -> Result<&Self, QuickFixError>
pub fn set_trade_date( &mut self, value: TradeDate, ) -> Result<&Self, QuickFixError>
pub fn remove_trade_date(&mut self) -> Result<&Self, QuickFixError>
pub fn set_account(&mut self, value: Account) -> Result<&Self, QuickFixError>
pub fn remove_account(&mut self) -> Result<&Self, QuickFixError>
pub fn set_acct_id_source( &mut self, value: AcctIDSource, ) -> Result<&Self, QuickFixError>
pub fn remove_acct_id_source(&mut self) -> Result<&Self, QuickFixError>
pub fn set_account_type( &mut self, value: AccountType, ) -> Result<&Self, QuickFixError>
pub fn remove_account_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_day_booking_inst( &mut self, value: DayBookingInst, ) -> Result<&Self, QuickFixError>
pub fn remove_day_booking_inst(&mut self) -> Result<&Self, QuickFixError>
pub fn set_booking_unit( &mut self, value: BookingUnit, ) -> Result<&Self, QuickFixError>
pub fn remove_booking_unit(&mut self) -> Result<&Self, QuickFixError>
pub fn set_prealloc_method( &mut self, value: PreallocMethod, ) -> Result<&Self, QuickFixError>
pub fn remove_prealloc_method(&mut self) -> Result<&Self, QuickFixError>
pub fn set_alloc_id(&mut self, value: AllocID) -> Result<&Self, QuickFixError>
pub fn remove_alloc_id(&mut self) -> Result<&Self, QuickFixError>
pub fn add_no_allocs(&mut self, value: NoAllocs) -> Result<&Self, QuickFixError>
pub fn set_qty_type(&mut self, value: QtyType) -> Result<&Self, QuickFixError>
pub fn remove_qty_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_order_qty(&mut self, value: OrderQty) -> Result<&Self, QuickFixError>
pub fn remove_order_qty(&mut self) -> Result<&Self, QuickFixError>
pub fn set_cash_order_qty( &mut self, value: CashOrderQty, ) -> Result<&Self, QuickFixError>
pub fn remove_cash_order_qty(&mut self) -> Result<&Self, QuickFixError>
pub fn set_order_percent( &mut self, value: OrderPercent, ) -> Result<&Self, QuickFixError>
pub fn remove_order_percent(&mut self) -> Result<&Self, QuickFixError>
pub fn set_rounding_direction( &mut self, value: RoundingDirection, ) -> Result<&Self, QuickFixError>
pub fn remove_rounding_direction(&mut self) -> Result<&Self, QuickFixError>
pub fn set_rounding_modulus( &mut self, value: RoundingModulus, ) -> Result<&Self, QuickFixError>
pub fn remove_rounding_modulus(&mut self) -> Result<&Self, QuickFixError>
pub fn set_commission( &mut self, value: Commission, ) -> Result<&Self, QuickFixError>
pub fn remove_commission(&mut self) -> Result<&Self, QuickFixError>
pub fn set_comm_type(&mut self, value: CommType) -> Result<&Self, QuickFixError>
pub fn remove_comm_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_comm_currency( &mut self, value: CommCurrency, ) -> Result<&Self, QuickFixError>
pub fn remove_comm_currency(&mut self) -> Result<&Self, QuickFixError>
pub fn set_fund_renew_waiv( &mut self, value: FundRenewWaiv, ) -> Result<&Self, QuickFixError>
pub fn remove_fund_renew_waiv(&mut self) -> Result<&Self, QuickFixError>
pub fn set_order_capacity( &mut self, value: OrderCapacity, ) -> Result<&Self, QuickFixError>
pub fn remove_order_capacity(&mut self) -> Result<&Self, QuickFixError>
pub fn set_order_restrictions( &mut self, value: OrderRestrictions, ) -> Result<&Self, QuickFixError>
pub fn remove_order_restrictions(&mut self) -> Result<&Self, QuickFixError>
pub fn set_cust_order_capacity( &mut self, value: CustOrderCapacity, ) -> Result<&Self, QuickFixError>
pub fn remove_cust_order_capacity(&mut self) -> Result<&Self, QuickFixError>
pub fn set_forex_req(&mut self, value: ForexReq) -> Result<&Self, QuickFixError>
pub fn remove_forex_req(&mut self) -> Result<&Self, QuickFixError>
pub fn set_settl_currency( &mut self, value: SettlCurrency, ) -> Result<&Self, QuickFixError>
pub fn remove_settl_currency(&mut self) -> Result<&Self, QuickFixError>
pub fn set_booking_type( &mut self, value: BookingType, ) -> Result<&Self, QuickFixError>
pub fn remove_booking_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_text(&mut self, value: Text) -> Result<&Self, QuickFixError>
pub fn remove_text(&mut self) -> Result<&Self, QuickFixError>
pub fn set_encoded_text_len( &mut self, value: EncodedTextLen, ) -> Result<&Self, QuickFixError>
pub fn remove_encoded_text_len(&mut self) -> Result<&Self, QuickFixError>
pub fn set_encoded_text( &mut self, value: EncodedText, ) -> Result<&Self, QuickFixError>
pub fn remove_encoded_text(&mut self) -> Result<&Self, QuickFixError>
pub fn set_position_effect( &mut self, value: PositionEffect, ) -> Result<&Self, QuickFixError>
pub fn remove_position_effect(&mut self) -> Result<&Self, QuickFixError>
pub fn set_covered_or_uncovered( &mut self, value: CoveredOrUncovered, ) -> Result<&Self, QuickFixError>
pub fn remove_covered_or_uncovered(&mut self) -> Result<&Self, QuickFixError>
pub fn set_cash_margin( &mut self, value: CashMargin, ) -> Result<&Self, QuickFixError>
pub fn remove_cash_margin(&mut self) -> Result<&Self, QuickFixError>
pub fn set_clearing_fee_indicator( &mut self, value: ClearingFeeIndicator, ) -> Result<&Self, QuickFixError>
pub fn remove_clearing_fee_indicator(&mut self) -> Result<&Self, QuickFixError>
pub fn set_solicited_flag( &mut self, value: SolicitedFlag, ) -> Result<&Self, QuickFixError>
pub fn remove_solicited_flag(&mut self) -> Result<&Self, QuickFixError>
pub fn set_side_compliance_id( &mut self, value: SideComplianceID, ) -> Result<&Self, QuickFixError>
pub fn remove_side_compliance_id(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoSides
impl RefUnwindSafe for NoSides
impl !Send for NoSides
impl !Sync for NoSides
impl Unpin for NoSides
impl UnwindSafe for NoSides
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more