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