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