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