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