pub struct ContraTradeTimeField(pub FIXUTCTimestamp);Expand description
ContraTradeTimeField is a UTCTIMESTAMP field, Tag 438.
Tuple Fields§
§0: FIXUTCTimestampImplementations§
Trait Implementations§
impl FieldValue for ContraTradeTimeField
Auto Trait Implementations§
impl Freeze for ContraTradeTimeField
impl RefUnwindSafe for ContraTradeTimeField
impl Send for ContraTradeTimeField
impl Sync for ContraTradeTimeField
impl Unpin for ContraTradeTimeField
impl UnsafeUnpin for ContraTradeTimeField
impl UnwindSafe for ContraTradeTimeField
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