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