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