Enum easyfix_messages::fields::QuoteType  
source · pub enum QuoteType {
    Indicative,
    Tradeable,
    RestrictedTradeable,
    Counter,
}Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<QuoteType> for QuoteType
 
impl PartialEq<QuoteType> for QuoteType
source§impl ToFixString for QuoteType
 
impl ToFixString for QuoteType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for QuoteType
 
impl TryFrom<i64> for QuoteType
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.