public enum Rule80A extends Enum<Rule80A> implements EnumValue
Enum Constant and Description |
---|
AGENCY |
AGENCY_ALGO |
AGENCY_INDEX_ARB |
AGENCY_NON_ALGO |
AGENT_FOR_OTHER_MEMBER |
ALL_OTHER_ORDERS_AS_AGENT_FOR_OTHER_MEMBERS |
INDIVIDUAL_INVESTOR |
PROGRAM_ORDER_MEMBER |
PROGRAM_ORDER_OTHER_MEMBER |
PROPRIETARY_ALGO |
PROPRIETARY_NON_ALGO |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static Rule80A |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rule80A[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Rule80A AGENCY
public static final Rule80A INDIVIDUAL_INVESTOR
public static final Rule80A PROGRAM_ORDER_MEMBER
public static final Rule80A PROPRIETARY_NON_ALGO
public static final Rule80A PROPRIETARY_ALGO
public static final Rule80A AGENCY_ALGO
public static final Rule80A AGENCY_INDEX_ARB
public static final Rule80A AGENCY_NON_ALGO
public static final Rule80A PROGRAM_ORDER_OTHER_MEMBER
public static final Rule80A AGENT_FOR_OTHER_MEMBER
public static final Rule80A ALL_OTHER_ORDERS_AS_AGENT_FOR_OTHER_MEMBERS
public static Rule80A[] values()
for (Rule80A c : Rule80A.values()) System.out.println(c);
public static Rule80A valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean equals(byte[] val, int offset, int length)
Copyright © 2000–2022 EPAM Systems. All rights reserved.