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