public static enum MetatraderSymbolSpecification.SwapMode extends Enum<MetatraderSymbolSpecification.SwapMode>
| Modifier and Type | Method and Description |
|---|---|
static MetatraderSymbolSpecification.SwapMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetatraderSymbolSpecification.SwapMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetatraderSymbolSpecification.SwapMode SYMBOL_SWAP_MODE_DISABLED
public static final MetatraderSymbolSpecification.SwapMode SYMBOL_SWAP_MODE_POINTS
public static final MetatraderSymbolSpecification.SwapMode SYMBOL_SWAP_MODE_CURRENCY_SYMBOL
public static final MetatraderSymbolSpecification.SwapMode SYMBOL_SWAP_MODE_CURRENCY_MARGIN
public static final MetatraderSymbolSpecification.SwapMode SYMBOL_SWAP_MODE_CURRENCY_DEPOSIT
public static final MetatraderSymbolSpecification.SwapMode SYMBOL_SWAP_MODE_INTEREST_CURRENT
public static final MetatraderSymbolSpecification.SwapMode SYMBOL_SWAP_MODE_INTEREST_OPEN
public static final MetatraderSymbolSpecification.SwapMode SYMBOL_SWAP_MODE_REOPEN_CURRENT
public static final MetatraderSymbolSpecification.SwapMode SYMBOL_SWAP_MODE_REOPEN_BID
public static MetatraderSymbolSpecification.SwapMode[] values()
for (MetatraderSymbolSpecification.SwapMode c : MetatraderSymbolSpecification.SwapMode.values()) System.out.println(c);
public static MetatraderSymbolSpecification.SwapMode 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.