pub struct AvgPxPrecisionField(pub FIXInt);Expand description
AvgPxPrecisionField is a INT field, Tag 74.
Tuple Fields§
§0: FIXIntImplementations§
Trait Implementations§
impl FieldValue for AvgPxPrecisionField
Auto Trait Implementations§
impl Freeze for AvgPxPrecisionField
impl RefUnwindSafe for AvgPxPrecisionField
impl Send for AvgPxPrecisionField
impl Sync for AvgPxPrecisionField
impl Unpin for AvgPxPrecisionField
impl UnsafeUnpin for AvgPxPrecisionField
impl UnwindSafe for AvgPxPrecisionField
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