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