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