Enum easyfix_messages::fields::PriceType  
source · pub enum PriceType {
Show 18 variants
    Percentage,
    PerUnit,
    FixedAmount,
    Discount,
    Premium,
    Spread,
    TedPrice,
    TedYield,
    Yield,
    FixedCabinetTradePrice,
    VariableCabinetTradePrice,
    ProductTicksInHalfs,
    ProductTicksInFourths,
    ProductTicksInEights,
    ProductTicksInSixteenths,
    ProductTicksInThirtySeconds,
    ProductTicksInSixtyForths,
    ProductTicksInOneTwentyEights,
}Variants§
Percentage
PerUnit
FixedAmount
Discount
Premium
Spread
TedPrice
TedYield
Yield
FixedCabinetTradePrice
VariableCabinetTradePrice
ProductTicksInHalfs
ProductTicksInFourths
ProductTicksInEights
ProductTicksInSixteenths
ProductTicksInThirtySeconds
ProductTicksInSixtyForths
ProductTicksInOneTwentyEights
Implementations§
Trait Implementations§
source§impl PartialEq<PriceType> for PriceType
 
impl PartialEq<PriceType> for PriceType
source§impl ToFixString for PriceType
 
impl ToFixString for PriceType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for PriceType
 
impl TryFrom<i64> for PriceType
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.