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