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