Struct quickfix_msg44::collateral_assignment::NoTrades
source · 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 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