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