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