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