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