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