pub struct NoContraBrokers { /* private fields */ }
Implementations§
Source§impl NoContraBrokers
impl NoContraBrokers
pub fn get_contra_broker(&self) -> Option<ContraBroker>
pub fn get_contra_trader(&self) -> Option<ContraTrader>
pub fn get_contra_trade_qty(&self) -> Option<ContraTradeQty>
pub fn get_contra_trade_time(&self) -> Option<ContraTradeTime>
pub fn get_contra_leg_ref_id(&self) -> Option<ContraLegRefID>
pub fn set_contra_broker( &mut self, value: ContraBroker, ) -> Result<&Self, QuickFixError>
pub fn remove_contra_broker(&mut self) -> Result<&Self, QuickFixError>
pub fn set_contra_trader( &mut self, value: ContraTrader, ) -> Result<&Self, QuickFixError>
pub fn remove_contra_trader(&mut self) -> Result<&Self, QuickFixError>
pub fn set_contra_trade_qty( &mut self, value: ContraTradeQty, ) -> Result<&Self, QuickFixError>
pub fn remove_contra_trade_qty(&mut self) -> Result<&Self, QuickFixError>
pub fn set_contra_trade_time( &mut self, value: ContraTradeTime, ) -> Result<&Self, QuickFixError>
pub fn remove_contra_trade_time(&mut self) -> Result<&Self, QuickFixError>
pub fn set_contra_leg_ref_id( &mut self, value: ContraLegRefID, ) -> Result<&Self, QuickFixError>
pub fn remove_contra_leg_ref_id(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
Source§impl Clone for NoContraBrokers
impl Clone for NoContraBrokers
Source§fn clone(&self) -> NoContraBrokers
fn clone(&self) -> NoContraBrokers
Returns a duplicate 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 Freeze for NoContraBrokers
impl RefUnwindSafe for NoContraBrokers
impl !Send for NoContraBrokers
impl !Sync for NoContraBrokers
impl Unpin for NoContraBrokers
impl UnwindSafe for NoContraBrokers
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