pub struct NoTrades { /* private fields */ }
Implementations§
Source§impl NoTrades
impl NoTrades
pub fn get_trade_report_id(&self) -> Option<TradeReportID>
pub fn get_secondary_trade_report_id(&self) -> Option<SecondaryTradeReportID>
pub fn set_trade_report_id( &mut self, value: TradeReportID, ) -> Result<&Self, QuickFixError>
pub fn remove_trade_report_id(&mut self) -> Result<&Self, QuickFixError>
pub fn set_secondary_trade_report_id( &mut self, value: SecondaryTradeReportID, ) -> Result<&Self, QuickFixError>
pub fn remove_secondary_trade_report_id( &mut self, ) -> Result<&Self, QuickFixError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoTrades
impl RefUnwindSafe for NoTrades
impl !Send for NoTrades
impl !Sync for NoTrades
impl Unpin for NoTrades
impl UnwindSafe for NoTrades
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