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