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