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