public class MetatraderSymbolPrice extends Object
| Modifier and Type | Field and Description |
|---|---|
Double |
accountCurrencyExchangeRate
Current exchange rate of account currency into account base currency (USD if you
did not override it), or
null |
double |
ask
Ask price
|
double |
bid
Bid price
|
String |
brokerTime
Quote time, in broker timezone, YYYY-MM-DD HH:mm:ss.SSS format
|
double |
lossTickValue
Tick value for a losing position
|
double |
profitTickValue
Tick value for a profitable position
|
String |
symbol
Symbol (e.g.
|
IsoTime |
time
Quote time, in ISO format
|
LatencyListener.SymbolPriceTimestamps |
timestamps
Contains latency information about price streaming, or
null |
| Constructor and Description |
|---|
MetatraderSymbolPrice() |
public String symbol
public double bid
public double ask
public double profitTickValue
public double lossTickValue
public Double accountCurrencyExchangeRate
nullpublic IsoTime time
public String brokerTime
public LatencyListener.SymbolPriceTimestamps timestamps
nullCopyright © 2022. All rights reserved.