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