public static enum MtGoxHTTPClient.OrderType extends Enum<MtGoxHTTPClient.OrderType>
| Modifier and Type | Method and Description |
|---|---|
static MtGoxHTTPClient.OrderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MtGoxHTTPClient.OrderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MtGoxHTTPClient.OrderType Bid
public static final MtGoxHTTPClient.OrderType Ask
public static MtGoxHTTPClient.OrderType[] values()
for (MtGoxHTTPClient.OrderType c : MtGoxHTTPClient.OrderType.values()) System.out.println(c);
public static MtGoxHTTPClient.OrderType 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 nullCopyright © 2013. All Rights Reserved.