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