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