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