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