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