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