pub struct BasisPxType;Expand description
BasisPxType (419).
Implementations§
Source§impl BasisPxType
impl BasisPxType
pub const CLSPXMORN: char = '2'
pub const CLSPX: char = '3'
pub const CURRPX: char = '4'
pub const SQ: char = '5'
pub const VWAPDAY: char = '6'
pub const VWAPMORN: char = '7'
pub const VWAPAFT: char = '8'
pub const VWAPDAYXYORI: char = '9'
pub const VWAPMORNXYORI: char = 'A'
pub const VWAPAFTXYORI: char = 'B'
pub const STRIKE: char = 'C'
pub const OPEN: char = 'D'
pub const OTHERS: char = 'Z'
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BasisPxType
impl RefUnwindSafe for BasisPxType
impl Send for BasisPxType
impl Sync for BasisPxType
impl Unpin for BasisPxType
impl UnsafeUnpin for BasisPxType
impl UnwindSafe for BasisPxType
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