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