| Package | Description |
|---|---|
| com.dukascopy.api |
| Modifier and Type | Method and Description |
|---|---|
static IEngine.StrategyMode |
IEngine.StrategyMode.fromString(String modeString) |
IEngine.StrategyMode |
IDownloadableStrategy.getStrategyMode() |
IEngine.StrategyMode |
IEngine.getStrategyMode()
Returns strategy running mode, one of the
INDEPENDENT or SIGNALS. |
static IEngine.StrategyMode |
IEngine.StrategyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IEngine.StrategyMode[] |
IEngine.StrategyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IDownloadableStrategy |
IDownloadableStrategies.init(String id,
String name,
IContext context,
IDownloadableStrategy.ComponentType type,
IEngine.StrategyMode mode,
Map<String,Object> configurables) |
Copyright © 2016. All rights reserved.