pub enum OwnerType {
Show 13 variants
IndividualInvestor = 1,
PublicCompany = 2,
PrivateCompany = 3,
IndividualTrustee = 4,
CompanyTrustee = 5,
PensionPlan = 6,
CustodianUnderGiftsToMinorsAct = 7,
Trusts = 8,
Fiduciaries = 9,
NetworkingSubAccount = 10,
NonProfitOrganization = 11,
CorporateBody = 12,
Nominee = 13,
}
Variants§
IndividualInvestor = 1
PublicCompany = 2
PrivateCompany = 3
IndividualTrustee = 4
CompanyTrustee = 5
PensionPlan = 6
CustodianUnderGiftsToMinorsAct = 7
Trusts = 8
Fiduciaries = 9
NetworkingSubAccount = 10
NonProfitOrganization = 11
CorporateBody = 12
Nominee = 13
Implementations§
Source§impl OwnerType
impl OwnerType
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl IntoFixValue for OwnerType
impl IntoFixValue for OwnerType
impl Copy for OwnerType
impl Eq for OwnerType
impl StructuralPartialEq for OwnerType
Auto Trait Implementations§
impl Freeze for OwnerType
impl RefUnwindSafe for OwnerType
impl Send for OwnerType
impl Sync for OwnerType
impl Unpin for OwnerType
impl UnwindSafe for OwnerType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more