public enum SideTrdSubTyp extends Enum<SideTrdSubTyp>
Enum Constant and Description |
---|
BLOCK_TRADE
Block Trade.
|
NO_VALUE
Identifies no value.
|
TRADE_AT_MARKET
Trade at Market.
|
Modifier and Type | Method and Description |
---|---|
static SideTrdSubTyp |
forValue(short value) |
short |
getValue() |
static SideTrdSubTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SideTrdSubTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SideTrdSubTyp NO_VALUE
public static final SideTrdSubTyp BLOCK_TRADE
public static final SideTrdSubTyp TRADE_AT_MARKET
public static SideTrdSubTyp[] values()
for (SideTrdSubTyp c : SideTrdSubTyp.values()) System.out.println(c);
public static SideTrdSubTyp 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 short getValue()
public static SideTrdSubTyp forValue(short value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.