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