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