pub enum BasisPxType {
Show 13 variants
    ClosingPriceAtMorningSession,
    ClosingPrice,
    CurrentPrice,
    Sq,
    VwapThroughADay,
    VwapThroughAMorningSession,
    VwapThroughAnAfternoonSession,
    VwapThroughADayExceptYori,
    VwapThroughAMorningSessionExceptYori,
    VwapThroughAnAfternoonSessionExceptYori,
    Strike,
    Open,
    Others,
}Variants§
ClosingPriceAtMorningSession
Value “2”
ClosingPrice
Value “3”
CurrentPrice
Value “4”
Sq
Value “5”
VwapThroughADay
Value “6”
VwapThroughAMorningSession
Value “7”
VwapThroughAnAfternoonSession
Value “8”
VwapThroughADayExceptYori
Value “9”
VwapThroughAMorningSessionExceptYori
Value “A”
VwapThroughAnAfternoonSessionExceptYori
Value “B”
Strike
Value “C”
Open
Value “D”
Others
Value “Z”
Implementations§
source§impl BasisPxType
 
impl BasisPxType
pub const fn from_bytes(input: &[u8]) -> Option<BasisPxType>
pub const fn from_fix_str(input: &FixStr) -> Option<BasisPxType>
pub const fn as_bytes(&self) -> &'static [u8] ⓘ
pub const fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for BasisPxType
 
impl Clone for BasisPxType
source§fn clone(&self) -> BasisPxType
 
fn clone(&self) -> BasisPxType
Returns a copy of the value. Read more
1.6.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for BasisPxType
 
impl Debug for BasisPxType
source§impl Default for BasisPxType
 
impl Default for BasisPxType
source§fn default() -> BasisPxType
 
fn default() -> BasisPxType
Returns the “default value” for a type. Read more
source§impl From<BasisPxType> for &'static [u8]
 
impl From<BasisPxType> for &'static [u8]
source§impl PartialEq for BasisPxType
 
impl PartialEq for BasisPxType
source§impl ToFixString for BasisPxType
 
impl ToFixString for BasisPxType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<u8> for BasisPxType
 
impl TryFrom<u8> for BasisPxType
source§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Char) -> Result<BasisPxType, SessionRejectReason>
 
fn try_from(input: Char) -> Result<BasisPxType, SessionRejectReason>
Performs the conversion.
impl Copy for BasisPxType
impl Eq for BasisPxType
impl StructuralPartialEq for BasisPxType
Auto Trait Implementations§
impl Freeze for BasisPxType
impl RefUnwindSafe for BasisPxType
impl Send for BasisPxType
impl Sync for BasisPxType
impl Unpin 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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)