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