public static class MetaStatsClient.CurrencySummaryTotalMetrics extends Object
| Modifier and Type | Field and Description |
|---|---|
Integer |
lostTrades
The number of losing trades with this currency, or
null |
Double |
lostTradesPercent
Percentage of losing trades with this currency, or
null |
Double |
pips
Cumulative pips of this currency trading, or
null |
double |
profit
Cumulative profit of this currency trading
|
int |
trades
The number of all trades with this currency
|
Integer |
wonTrades
The number of winning trades with this currency, or
null |
Double |
wonTradesPercent
Percentage of winning trades with this currency, or
null |
| Constructor and Description |
|---|
CurrencySummaryTotalMetrics() |
public double profit
public int trades
public Double pips
nullpublic Integer wonTrades
nullpublic Integer lostTrades
nullpublic Double wonTradesPercent
nullpublic Double lostTradesPercent
nullCopyright © 2021. All rights reserved.