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