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