public class MetatraderSymbolSpecification extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MetatraderSymbolSpecification.ExecutionMode
Deal execution mode.
|
static class |
MetatraderSymbolSpecification.FillingMode
Order filling modes.
|
| Modifier and Type | Field and Description |
|---|---|
MetatraderSymbolSpecification.ExecutionMode |
executionMode
Deal execution mode
|
List<MetatraderSymbolSpecification.FillingMode> |
fillingModes
List of allowed order filling modes
|
double |
maxVolume
Maximum order volume for the symbol
|
double |
minVolume
Minimum order volume for the symbol
|
String |
symbol
Symbol (e.g. a currency pair or an index)
|
double |
tickSize
Tick size
|
double |
volumeStep
Order volume step for the symbol
|
| Constructor and Description |
|---|
MetatraderSymbolSpecification() |
public String symbol
public double tickSize
public double minVolume
public double maxVolume
public double volumeStep
public List<MetatraderSymbolSpecification.FillingMode> fillingModes
public MetatraderSymbolSpecification.ExecutionMode executionMode
Copyright © 2020. All rights reserved.