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