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