public enum KrakenOrderFlags extends Enum<KrakenOrderFlags> implements Order.IOrderFlags
Modifier and Type | Method and Description |
---|---|
static KrakenOrderFlags |
fromString(String orderTypeString) |
String |
toString() |
static KrakenOrderFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KrakenOrderFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KrakenOrderFlags VIQC
public static final KrakenOrderFlags FCIB
public static final KrakenOrderFlags FCIQ
public static final KrakenOrderFlags NOMPP
public static KrakenOrderFlags[] values()
for (KrakenOrderFlags c : KrakenOrderFlags.values()) System.out.println(c);
public static KrakenOrderFlags 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<KrakenOrderFlags>
public static KrakenOrderFlags fromString(String orderTypeString)
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.