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