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