public static enum CNPSymbolVO.CoinApiSymbolType extends java.lang.Enum<CNPSymbolVO.CoinApiSymbolType>
Enum Constant and Description |
---|
FUTURES |
INDEX |
OPTION |
PERPETUAL |
SPOT |
Modifier and Type | Method and Description |
---|---|
static CNPSymbolVO.CoinApiSymbolType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CNPSymbolVO.CoinApiSymbolType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CNPSymbolVO.CoinApiSymbolType SPOT
public static final CNPSymbolVO.CoinApiSymbolType INDEX
public static final CNPSymbolVO.CoinApiSymbolType PERPETUAL
public static final CNPSymbolVO.CoinApiSymbolType OPTION
public static final CNPSymbolVO.CoinApiSymbolType FUTURES
public static CNPSymbolVO.CoinApiSymbolType[] values()
for (CNPSymbolVO.CoinApiSymbolType c : CNPSymbolVO.CoinApiSymbolType.values()) System.out.println(c);
public static CNPSymbolVO.CoinApiSymbolType 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 null