pub struct AvgPxIndicator;Expand description
AvgPxIndicator (819).
Implementations§
Source§impl AvgPxIndicator
impl AvgPxIndicator
pub const NOAVERAGEPRICING: i64 = 0
pub const TRADEAVERAGEPRICEGROUP: i64 = 1
pub const LASTTRADEAVERAGEPRICEGROUP: i64 = 2
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AvgPxIndicator
impl RefUnwindSafe for AvgPxIndicator
impl Send for AvgPxIndicator
impl Sync for AvgPxIndicator
impl Unpin for AvgPxIndicator
impl UnsafeUnpin for AvgPxIndicator
impl UnwindSafe for AvgPxIndicator
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