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, cl_ord_id: ClOrdID) -> Result<Self, QuickFixError>

Source§

impl NoSides

Source

pub fn get_side(&self) -> Side

Source

pub fn get_cl_ord_id(&self) -> ClOrdID

Source

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

Source

pub fn no_party_i_ds_len(&self) -> usize

Source

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

Source

pub fn iter_no_party_i_ds(&self) -> GroupIterator<'_, Self, NoPartyIDs>

Source

pub fn get_trade_origination_date(&self) -> Option<TradeOriginationDate>

Source

pub fn get_trade_date(&self) -> Option<TradeDate>

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_day_booking_inst(&self) -> Option<DayBookingInst>

Source

pub fn get_booking_unit(&self) -> Option<BookingUnit>

Source

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

Source

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

Source

pub fn no_allocs_len(&self) -> usize

Source

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

Source

pub fn iter_no_allocs(&self) -> GroupIterator<'_, Self, NoAllocs>

Source

pub fn get_qty_type(&self) -> Option<QtyType>

Source

pub fn get_order_qty(&self) -> Option<OrderQty>

Source

pub fn get_cash_order_qty(&self) -> Option<CashOrderQty>

Source

pub fn get_order_percent(&self) -> Option<OrderPercent>

Source

pub fn get_rounding_direction(&self) -> Option<RoundingDirection>

Source

pub fn get_rounding_modulus(&self) -> Option<RoundingModulus>

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_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_forex_req(&self) -> Option<ForexReq>

Source

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

Source

pub fn get_booking_type(&self) -> Option<BookingType>

Source

pub fn get_text(&self) -> Option<Text>

Source

pub fn get_encoded_text_len(&self) -> Option<EncodedTextLen>

Source

pub fn get_encoded_text(&self) -> Option<EncodedText>

Source

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

Source

pub fn get_covered_or_uncovered(&self) -> Option<CoveredOrUncovered>

Source

pub fn get_cash_margin(&self) -> Option<CashMargin>

Source

pub fn get_clearing_fee_indicator(&self) -> Option<ClearingFeeIndicator>

Source

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

Source

pub fn get_side_compliance_id(&self) -> Option<SideComplianceID>

Source

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

Source

pub fn set_cl_ord_id(&mut self, value: ClOrdID) -> 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 add_no_party_i_ds( &mut self, value: NoPartyIDs, ) -> Result<&Self, QuickFixError>

Source

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

Source

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

Source

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

Source

pub fn remove_trade_date(&mut self) -> 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_day_booking_inst( &mut self, value: DayBookingInst, ) -> Result<&Self, QuickFixError>

Source

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

Source

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

Source

pub fn remove_booking_unit(&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_qty_type(&mut self, value: QtyType) -> Result<&Self, QuickFixError>

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

pub fn remove_rounding_modulus(&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_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_forex_req(&mut self, value: ForexReq) -> Result<&Self, QuickFixError>

Source

pub fn remove_forex_req(&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_booking_type( &mut self, value: BookingType, ) -> Result<&Self, QuickFixError>

Source

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

Source

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

Source

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

Source

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

Source

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

Source

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

Source

pub fn remove_encoded_text(&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_covered_or_uncovered( &mut self, value: CoveredOrUncovered, ) -> Result<&Self, QuickFixError>

Source

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

Source

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

Source

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

Source

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

Source

pub fn remove_clearing_fee_indicator(&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_side_compliance_id( &mut self, value: SideComplianceID, ) -> Result<&Self, QuickFixError>

Source

pub fn remove_side_compliance_id(&mut self) -> 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> 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.