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