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