pub struct NoDates { /* private fields */ }Implementations§
source§impl NoDates
impl NoDates
pub fn get_trade_date(&self) -> Option<TradeDate>
pub fn get_last_update_time(&self) -> Option<LastUpdateTime>
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_last_update_time( &mut self, value: LastUpdateTime ) -> Result<&Self, QuickFixError>
pub fn remove_last_update_time(&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 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