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