Enum easyfix_messages::fields::OwnerType  
source · pub enum OwnerType {
Show 13 variants
    IndividualInvestor,
    PublicCompany,
    PrivateCompany,
    IndividualTrustee,
    CompanyTrustee,
    PensionPlan,
    CustodianUnderGiftsToMinorsAct,
    Trusts,
    Fiduciaries,
    NetworkingSubAccount,
    NonProfitOrganization,
    CorporateBody,
    Nominee,
}Variants§
IndividualInvestor
PublicCompany
PrivateCompany
IndividualTrustee
CompanyTrustee
PensionPlan
CustodianUnderGiftsToMinorsAct
Trusts
Fiduciaries
NetworkingSubAccount
NonProfitOrganization
CorporateBody
Nominee
Implementations§
Trait Implementations§
source§impl PartialEq<OwnerType> for OwnerType
 
impl PartialEq<OwnerType> for OwnerType
source§impl ToFixString for OwnerType
 
impl ToFixString for OwnerType
fn to_fix_string(&self) -> FixString
source§impl TryFrom<i64> for OwnerType
 
impl TryFrom<i64> for OwnerType
§type Error = SessionRejectReason
 
type Error = SessionRejectReason
The type returned in the event of a conversion error.