public final class SymbolInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
short |
Code
Internal code.
|
double |
ContractSize
Contract size.
|
java.lang.String |
Currency
Currency.
|
int |
Digits
Count of digits after decimal point in the symbol prices.
|
SymbolInfoEx |
Ex
Extended symbol data.
|
Execution |
Execution
Execution type.
|
int |
FreezeLevel
Order freeze level in points.
|
java.lang.String |
MarginCurrency
Currency of margin requirments.
|
double |
MarginDivider
Margin divider.
|
MarginMode |
MarginMode
Margin calculation mode.
|
double |
Point
Point size in the quote currency.
|
ProfitMode |
ProfitMode
Profit calculation mode.
|
int |
Spread
Spread value in pips.
|
int |
StopsLevel
Stop level in points.
|
double |
SwapLong
Swap of the long position.
|
double |
SwapShort
Swap of the short position.
|
Constructor and Description |
---|
SymbolInfo() |
Modifier and Type | Method and Description |
---|---|
SymbolInfo |
clone() |
java.lang.String |
toString()
Convert to string.
|
public Execution Execution
public int StopsLevel
public int Digits
public double Point
public double SwapLong
public double SwapShort
public int Spread
public int FreezeLevel
public java.lang.String MarginCurrency
public ProfitMode ProfitMode
public MarginMode MarginMode
public double ContractSize
public java.lang.String Currency
public double MarginDivider
public SymbolInfoEx Ex
public short Code
public java.lang.String toString()
toString
in class java.lang.Object
public SymbolInfo clone()
clone
in class java.lang.Object