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