| Package | Description |
|---|---|
| com.dukascopy.api |
| Modifier and Type | Method and Description |
|---|---|
static IEngine.StrategyMode |
IEngine.StrategyMode.fromString(java.lang.String modeString) |
IEngine.StrategyMode |
IEngine.getStrategyMode()
Returns strategy running mode, one of the
INDEPENDENT or SIGNALS. |
IEngine.StrategyMode |
IDownloadableStrategy.getStrategyMode() |
static IEngine.StrategyMode |
IEngine.StrategyMode.valueOf(java.lang.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(java.lang.String id,
java.lang.String name,
IContext context,
IDownloadableStrategy.ComponentType type,
IEngine.StrategyMode mode,
java.util.Map<java.lang.String,java.lang.Object> configurables) |
Copyright © 2025. All rights reserved.