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