Enum easyfix_messages::fields::ExecPriceType  
source · pub enum ExecPriceType {
    BidPrice,
    CreationPrice,
    CreationPricePlusAdjustmentPercent,
    CreationPricePlusAdjustmentAmount,
    OfferPrice,
    OfferPriceMinusAdjustmentPercent,
    OfferPriceMinusAdjustmentAmount,
    SinglePrice,
}Variants§
BidPrice
CreationPrice
CreationPricePlusAdjustmentPercent
CreationPricePlusAdjustmentAmount
OfferPrice
OfferPriceMinusAdjustmentPercent
OfferPriceMinusAdjustmentAmount
SinglePrice
Implementations§
source§impl ExecPriceType
 
impl ExecPriceType
pub fn from_bytes(input: &[u8]) -> Option<ExecPriceType>
pub fn from_fix_str(input: &FixStr) -> Option<ExecPriceType>
pub fn as_bytes(&self) -> &'static [u8] ⓘ
pub fn as_fix_str(&self) -> &'static FixStr
Trait Implementations§
source§impl Clone for ExecPriceType
 
impl Clone for ExecPriceType
source§fn clone(&self) -> ExecPriceType
 
fn clone(&self) -> ExecPriceType
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 ExecPriceType
 
impl Debug for ExecPriceType
source§impl From<ExecPriceType> for &'static [u8]
 
impl From<ExecPriceType> for &'static [u8]
source§impl PartialEq<ExecPriceType> for ExecPriceType
 
impl PartialEq<ExecPriceType> for ExecPriceType
source§fn eq(&self, other: &ExecPriceType) -> bool
 
fn eq(&self, other: &ExecPriceType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl ToFixString for ExecPriceType
 
impl ToFixString for ExecPriceType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<u8> for ExecPriceType
 
impl TryFrom<u8> for ExecPriceType
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.
source§fn try_from(input: Char) -> Result<ExecPriceType, SessionRejectReason>
 
fn try_from(input: Char) -> Result<ExecPriceType, SessionRejectReason>
Performs the conversion.