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