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