Enum easyfix_messages::fields::Product  
source · pub enum Product {
Show 13 variants
    Agency,
    Commodity,
    Corporate,
    Currency,
    Equity,
    Government,
    Index,
    Loan,
    Moneymarket,
    Mortgage,
    Municipal,
    Other,
    Financing,
}Variants§
Agency
Commodity
Corporate
Currency
Equity
Government
Index
Loan
Moneymarket
Mortgage
Municipal
Other
Financing
Implementations§
Trait Implementations§
source§impl PartialEq<Product> for Product
 
impl PartialEq<Product> for Product
source§impl ToFixString for Product
 
impl ToFixString for Product
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for Product
 
impl TryFrom<i64> for Product
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.