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