public enum QuoteEventReason extends Enum<QuoteEventReason>
Enum Constant and Description |
---|
BOOK_OR_CANCEL
Quote deleted due to Book-or-Cancel quote type.
|
CROSS_REJECTED
Quote subject to crossing and match prevented.
|
INVALID_PRICE
Invalid Price.
|
NO_VALUE
Identifies no value.
|
PENDING_CANCELLATION_EXECUTED
Pending Cancellation Executed.
|
PLP
Quote deleted due to passive liquidity protection.
|
Modifier and Type | Method and Description |
---|---|
static QuoteEventReason |
forValue(byte value) |
byte |
getValue() |
static QuoteEventReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuoteEventReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuoteEventReason NO_VALUE
public static final QuoteEventReason PENDING_CANCELLATION_EXECUTED
public static final QuoteEventReason INVALID_PRICE
public static final QuoteEventReason CROSS_REJECTED
public static final QuoteEventReason BOOK_OR_CANCEL
public static final QuoteEventReason PLP
public static QuoteEventReason[] values()
for (QuoteEventReason c : QuoteEventReason.values()) System.out.println(c);
public static QuoteEventReason 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 byte getValue()
public static QuoteEventReason forValue(byte value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.