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