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