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