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