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