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