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