Enum easyfix_messages::fields::BasisPxType  
source · pub enum BasisPxType {
Show 13 variants
    ClosingPriceAtMorningSession,
    ClosingPrice,
    CurrentPrice,
    Sq,
    VwapThroughADay,
    VwapThroughAMorningSession,
    VwapThroughAnAfternoonSession,
    VwapThroughADayExceptYori,
    VwapThroughAMorningSessionExceptYori,
    VwapThroughAnAfternoonSessionExceptYori,
    Strike,
    Open,
    Others,
}Variants§
ClosingPriceAtMorningSession
ClosingPrice
CurrentPrice
Sq
VwapThroughADay
VwapThroughAMorningSession
VwapThroughAnAfternoonSession
VwapThroughADayExceptYori
VwapThroughAMorningSessionExceptYori
VwapThroughAnAfternoonSessionExceptYori
Strike
Open
Others
Implementations§
source§impl BasisPxType
 
impl BasisPxType
pub fn from_bytes(input: &[u8]) -> Option<BasisPxType>
pub fn from_fix_str(input: &FixStr) -> Option<BasisPxType>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub 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.0.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 From<BasisPxType> for &'static [u8]
 
impl From<BasisPxType> for &'static [u8]
source§impl PartialEq<BasisPxType> for BasisPxType
 
impl PartialEq<BasisPxType> for BasisPxType
source§fn eq(&self, other: &BasisPxType) -> bool
 
fn eq(&self, other: &BasisPxType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.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
§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.