public enum AllocRejCode extends Enum<AllocRejCode> implements EnumValue
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 final AllocRejCode INCORRECT_ALLOCQTY
public static final AllocRejCode CALCULATION_DIFFERENCE
public static final AllocRejCode UNKNOWN_EXECID
public static final AllocRejCode MISMATCHED_DATA_VALUE
public static final AllocRejCode UNKNOWN_CLORDID
public static final AllocRejCode WAREHOUSE_REQUEST_REJECTED
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.