public enum TradeRequestType extends Enum<TradeRequestType>
Enum Constant and Description |
---|
ContinueSendingResultsOfPolling
Continue sending results of query snapshot/subscription polling (TradeRequestID must match original request).
|
InitialRequestForResultsMatchingCriteria
Initial request for results matching Criteria provided on request (filtered subscription or query snapshot).
|
None
Default value, not for use
|
Modifier and Type | Method and Description |
---|---|
static TradeRequestType |
forValue(int value)
Returns enum value for the int representation
|
int |
getValue()
Gets current value.
|
static TradeRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TradeRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TradeRequestType None
public static final TradeRequestType InitialRequestForResultsMatchingCriteria
public static final TradeRequestType ContinueSendingResultsOfPolling
public static TradeRequestType[] values()
for (TradeRequestType c : TradeRequestType.values()) System.out.println(c);
public static TradeRequestType 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 int getValue()
public static TradeRequestType forValue(int value)
value
- valueCopyright © 2014–2025 Onix Solutions. All rights reserved.