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