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