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