pub struct NoDates { /* private fields */ }Implementations§
Source§impl NoDates
impl NoDates
pub fn get_trade_date(&self) -> Option<TradeDate>
pub fn get_transact_time(&self) -> Option<TransactTime>
pub fn set_trade_date( &mut self, value: TradeDate, ) -> Result<&Self, QuickFixError>
pub fn remove_trade_date(&mut self) -> Result<&Self, QuickFixError>
pub fn set_transact_time( &mut self, value: TransactTime, ) -> Result<&Self, QuickFixError>
pub fn remove_transact_time(&mut self) -> Result<&Self, QuickFixError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoDates
impl RefUnwindSafe for NoDates
impl !Send for NoDates
impl !Sync for NoDates
impl Unpin for NoDates
impl UnwindSafe for NoDates
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