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