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