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