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