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