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