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