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