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