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