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