pub struct DerivativeInstrumentPartyIDField(pub FIXString);Expand description
DerivativeInstrumentPartyIDField is a STRING field, Tag 1293.
Tuple Fields§
§0: FIXStringImplementations§
Trait Implementations§
impl FieldValue for DerivativeInstrumentPartyIDField
Auto Trait Implementations§
impl Freeze for DerivativeInstrumentPartyIDField
impl RefUnwindSafe for DerivativeInstrumentPartyIDField
impl Send for DerivativeInstrumentPartyIDField
impl Sync for DerivativeInstrumentPartyIDField
impl Unpin for DerivativeInstrumentPartyIDField
impl UnsafeUnpin for DerivativeInstrumentPartyIDField
impl UnwindSafe for DerivativeInstrumentPartyIDField
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