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