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