pub struct TotalVolumeTradedTimeField(pub FIXString);Expand description
TotalVolumeTradedTimeField is a UTCTIMEONLY field, Tag 450.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for TotalVolumeTradedTimeField
Auto Trait Implementations§
impl Freeze for TotalVolumeTradedTimeField
impl RefUnwindSafe for TotalVolumeTradedTimeField
impl Send for TotalVolumeTradedTimeField
impl Sync for TotalVolumeTradedTimeField
impl Unpin for TotalVolumeTradedTimeField
impl UnsafeUnpin for TotalVolumeTradedTimeField
impl UnwindSafe for TotalVolumeTradedTimeField
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