public enum BitsoChannels extends Enum<BitsoChannels>
| Enum Constant and Description |
|---|
DIFF_ORDERS |
ORDERS |
TRADES |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static BitsoChannels |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitsoChannels[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BitsoChannels TRADES
public static final BitsoChannels DIFF_ORDERS
public static final BitsoChannels ORDERS
public static BitsoChannels[] values()
for (BitsoChannels c : BitsoChannels.values()) System.out.println(c);
public static BitsoChannels 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 String toString()
toString in class Enum<BitsoChannels>Copyright © 2017. All rights reserved.