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