public static enum ESPTradeTimer.GapTimeMode extends java.lang.Enum<ESPTradeTimer.GapTimeMode>
Enum Constant and Description |
---|
ALL
consecutive trades are limited on the same pair
|
NONE
consecutive trades are globally limited
|
SAME |
Modifier and Type | Method and Description |
---|---|
static ESPTradeTimer.GapTimeMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ESPTradeTimer.GapTimeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESPTradeTimer.GapTimeMode SAME
public static final ESPTradeTimer.GapTimeMode ALL
public static final ESPTradeTimer.GapTimeMode NONE
public static ESPTradeTimer.GapTimeMode[] values()
for (ESPTradeTimer.GapTimeMode c : ESPTradeTimer.GapTimeMode.values()) System.out.println(c);
public static ESPTradeTimer.GapTimeMode 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 nullCopyright © 2019 Caplin Systems.