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