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