pub struct NoDerivativeInstrumentPartySubIDsField(pub FIXInt);Expand description
NoDerivativeInstrumentPartySubIDsField is a NUMINGROUP field, Tag 1296.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for NoDerivativeInstrumentPartySubIDsField
Auto Trait Implementations§
impl Freeze for NoDerivativeInstrumentPartySubIDsField
impl RefUnwindSafe for NoDerivativeInstrumentPartySubIDsField
impl Send for NoDerivativeInstrumentPartySubIDsField
impl Sync for NoDerivativeInstrumentPartySubIDsField
impl Unpin for NoDerivativeInstrumentPartySubIDsField
impl UnsafeUnpin for NoDerivativeInstrumentPartySubIDsField
impl UnwindSafe for NoDerivativeInstrumentPartySubIDsField
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