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