Struct quickfix_msg50::confirmation::NoTrdRegTimestamps
source · pub struct NoTrdRegTimestamps { /* private fields */ }Implementations§
source§impl NoTrdRegTimestamps
impl NoTrdRegTimestamps
pub fn get_trd_reg_timestamp(&self) -> Option<TrdRegTimestamp>
pub fn get_trd_reg_timestamp_type(&self) -> Option<TrdRegTimestampType>
pub fn get_trd_reg_timestamp_origin(&self) -> Option<TrdRegTimestampOrigin>
pub fn get_desk_type(&self) -> Option<DeskType>
pub fn get_desk_type_source(&self) -> Option<DeskTypeSource>
pub fn get_desk_order_handling_inst(&self) -> Option<DeskOrderHandlingInst>
pub fn set_trd_reg_timestamp( &mut self, value: TrdRegTimestamp ) -> Result<&Self, QuickFixError>
pub fn remove_trd_reg_timestamp(&mut self) -> Result<&Self, QuickFixError>
pub fn set_trd_reg_timestamp_type( &mut self, value: TrdRegTimestampType ) -> Result<&Self, QuickFixError>
pub fn remove_trd_reg_timestamp_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_trd_reg_timestamp_origin( &mut self, value: TrdRegTimestampOrigin ) -> Result<&Self, QuickFixError>
pub fn remove_trd_reg_timestamp_origin( &mut self ) -> Result<&Self, QuickFixError>
pub fn set_desk_type(&mut self, value: DeskType) -> Result<&Self, QuickFixError>
pub fn remove_desk_type(&mut self) -> Result<&Self, QuickFixError>
pub fn set_desk_type_source( &mut self, value: DeskTypeSource ) -> Result<&Self, QuickFixError>
pub fn remove_desk_type_source(&mut self) -> Result<&Self, QuickFixError>
pub fn set_desk_order_handling_inst( &mut self, value: DeskOrderHandlingInst ) -> Result<&Self, QuickFixError>
pub fn remove_desk_order_handling_inst( &mut self ) -> Result<&Self, QuickFixError>
Trait Implementations§
source§impl Clone for NoTrdRegTimestamps
impl Clone for NoTrdRegTimestamps
source§fn clone(&self) -> NoTrdRegTimestamps
fn clone(&self) -> NoTrdRegTimestamps
Returns a copy 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 RefUnwindSafe for NoTrdRegTimestamps
impl !Send for NoTrdRegTimestamps
impl !Sync for NoTrdRegTimestamps
impl Unpin for NoTrdRegTimestamps
impl UnwindSafe for NoTrdRegTimestamps
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