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