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