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