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