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