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

source§

impl NoSides

source

pub fn get_side(&self) -> Side

source

pub fn get_orig_cl_ord_id(&self) -> OrigClOrdID

source

pub fn get_cl_ord_id(&self) -> ClOrdID

source

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

source

pub fn get_orig_ord_mod_time(&self) -> Option<OrigOrdModTime>

source

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

source

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

source

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

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 clone_group_no_allocs(&self, index: usize) -> Option<NoAllocs>

source

pub fn get_quantity_type(&self) -> Option<QuantityType>

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_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_orig_cl_ord_id( &mut self, value: OrigClOrdID ) -> 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 set_orig_ord_mod_time( &mut self, value: OrigOrdModTime ) -> Result<&Self, QuickFixError>

source

pub fn remove_orig_ord_mod_time(&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_account(&mut self, value: Account) -> Result<&Self, QuickFixError>

source

pub fn remove_account(&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 add_no_allocs(&mut self, value: NoAllocs) -> Result<&Self, QuickFixError>

source

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

source

pub fn remove_quantity_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_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> 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.