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