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