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