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