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