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