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