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