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