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