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