Struct quickfix_msg50::bid_request::NoBidComponents
source · pub struct NoBidComponents { /* private fields */ }Implementations§
source§impl NoBidComponents
impl NoBidComponents
pub fn get_list_id(&self) -> Option<ListID>
pub fn get_side(&self) -> Option<Side>
pub fn get_trading_session_id(&self) -> Option<TradingSessionID>
pub fn get_trading_session_sub_id(&self) -> Option<TradingSessionSubID>
pub fn get_net_gross_ind(&self) -> Option<NetGrossInd>
pub fn get_settl_type(&self) -> Option<SettlType>
pub fn get_settl_date(&self) -> Option<SettlDate>
pub fn get_account(&self) -> Option<Account>
pub fn get_acct_id_source(&self) -> Option<AcctIDSource>
pub fn set_list_id(&mut self, value: ListID) -> Result<&Self, QuickFixError>
pub fn remove_list_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_side(&mut self, value: Side) -> Result<&Self, QuickFixError>
pub fn remove_side(&mut self) -> Result<&Self, QuickFixError>
pub fn set_trading_session_id( &mut self, value: TradingSessionID ) -> Result<&Self, QuickFixError>
pub fn remove_trading_session_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_trading_session_sub_id( &mut self, value: TradingSessionSubID ) -> Result<&Self, QuickFixError>
pub fn remove_trading_session_sub_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_net_gross_ind( &mut self, value: NetGrossInd ) -> Result<&Self, QuickFixError>
pub fn remove_net_gross_ind(&mut self) -> Result<&Self, QuickFixError>
pub fn set_settl_type( &mut self, value: SettlType ) -> Result<&Self, QuickFixError>
pub fn remove_settl_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_settl_date( &mut self, value: SettlDate ) -> Result<&Self, QuickFixError>
pub fn remove_settl_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>
Trait Implementations§
source§impl Clone for NoBidComponents
impl Clone for NoBidComponents
source§fn clone(&self) -> NoBidComponents
fn clone(&self) -> NoBidComponents
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for NoBidComponents
impl !Send for NoBidComponents
impl !Sync for NoBidComponents
impl Unpin for NoBidComponents
impl UnwindSafe for NoBidComponents
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