public enum TradeIDType extends Enum<TradeIDType>
Enum Constant and Description |
---|
Current
Current (the default).
|
None
Default value.
|
TradingVenueTransactionIdentifier
Trading venue transaction identifier
|
Modifier and Type | Method and Description |
---|---|
static TradeIDType |
forValue(int value)
Returns enum value for the int representation
|
int |
getValue()
Gets current value.
|
static TradeIDType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TradeIDType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TradeIDType None
public static final TradeIDType Current
public static final TradeIDType TradingVenueTransactionIdentifier
public static TradeIDType[] values()
for (TradeIDType c : TradeIDType.values()) System.out.println(c);
public static TradeIDType 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 TradeIDType forValue(int value)
value
- valueCopyright © 2014–2025 Onix Solutions. All rights reserved.