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