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