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