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