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