pub enum Rule80A {
AgencySingleOrder,
ProprietaryNonAlgo,
ProgramOrderMember,
IndividualInvestor,
ProprietaryAlgo,
AgencyAlgo,
ProgramOrderOtherMember,
AgentForOtherMember,
AgencyIndexArb,
AllOtherOrdersAsAgentForOtherMember,
AgencyNonAlgo,
}Variants§
AgencySingleOrder
ProprietaryNonAlgo
ProgramOrderMember
IndividualInvestor
ProprietaryAlgo
AgencyAlgo
ProgramOrderOtherMember
AgentForOtherMember
AgencyIndexArb
AllOtherOrdersAsAgentForOtherMember
AgencyNonAlgo
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