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