public enum AllocRejCode extends Enum<AllocRejCode> implements EnumValue
Enum Constant and Description |
---|
COMMISSION_DIFFERENCE |
INCORRECT_AVGPX |
INCORRECT_QTY |
OTHER |
UNKNOWN_ACCOUNT |
UNKNOWN_EXECBROKER_MNEMONIC |
UNKNOWN_LISTID |
UNKNOWN_ORDERID |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static AllocRejCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllocRejCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllocRejCode UNKNOWN_ACCOUNT
public static final AllocRejCode INCORRECT_QTY
public static final AllocRejCode INCORRECT_AVGPX
public static final AllocRejCode UNKNOWN_EXECBROKER_MNEMONIC
public static final AllocRejCode COMMISSION_DIFFERENCE
public static final AllocRejCode UNKNOWN_ORDERID
public static final AllocRejCode UNKNOWN_LISTID
public static final AllocRejCode OTHER
public static AllocRejCode[] values()
for (AllocRejCode c : AllocRejCode.values()) System.out.println(c);
public static AllocRejCode 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.