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