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