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