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