pub enum Rule80A {
Show 23 variants
AgencySingleOrder,
ShortExemptTransactionAType,
ProprietaryNonAlgo,
ProgramOrderMember,
ShortExemptTransactionForPrincipal,
ShortExemptTransactionWType,
ShortExemptTransactionIType,
IndividualInvestor,
ProprietaryAlgo,
AgencyAlgo,
ShortExemptTransactionMemberAffliated,
ProgramOrderOtherMember,
AgentForOtherMember,
ProprietaryTransactionAffiliated,
Principal,
TransactionNonMember,
SpecialistTrades,
TransactionUnaffiliatedMember,
AgencyIndexArb,
AllOtherOrdersAsAgentForOtherMember,
ShortExemptTransactionMemberNotAffliated,
AgencyNonAlgo,
ShortExemptTransactionNonMember,
}Variants§
AgencySingleOrder
ShortExemptTransactionAType
ProprietaryNonAlgo
ProgramOrderMember
ShortExemptTransactionForPrincipal
ShortExemptTransactionWType
ShortExemptTransactionIType
IndividualInvestor
ProprietaryAlgo
AgencyAlgo
ShortExemptTransactionMemberAffliated
ProgramOrderOtherMember
AgentForOtherMember
ProprietaryTransactionAffiliated
Principal
TransactionNonMember
SpecialistTrades
TransactionUnaffiliatedMember
AgencyIndexArb
AllOtherOrdersAsAgentForOtherMember
ShortExemptTransactionMemberNotAffliated
AgencyNonAlgo
ShortExemptTransactionNonMember
Implementations§
Source§impl Rule80A
impl Rule80A
pub const fn from_const_bytes(s: &[u8]) -> Result<Self, FixParseError>
Trait Implementations§
Source§impl IntoFixValue for Rule80A
impl IntoFixValue for Rule80A
impl Copy for Rule80A
impl Eq for Rule80A
impl StructuralPartialEq for Rule80A
Auto Trait Implementations§
impl Freeze for Rule80A
impl RefUnwindSafe for Rule80A
impl Send for Rule80A
impl Sync for Rule80A
impl Unpin for Rule80A
impl UnwindSafe for Rule80A
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