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