Enum Constant and Description |
---|
BONDS
Bonds market.
|
CRYPTO
Crypto market
|
FX
Fx market.
|
INDICES
Indices market.
|
MF
Mf market.
|
MMF
Mmf market.
|
STOCKS
Stocks market.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAPIName()
Gets the API name.
|
static Market |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Market[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Market STOCKS
public static final Market INDICES
public static final Market CRYPTO
public static final Market FX
public static final Market BONDS
public static final Market MF
public static final Market MMF
public static Market[] values()
for (Market c : Market.values()) System.out.println(c);
public static Market valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getAPIName()
APIName
getAPIName
in interface APIName