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