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