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