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