public static class MetaStatsClient.MonthlyAnalyticsMetrics extends Object
| Modifier and Type | Field and Description |
|---|---|
List<MetaStatsClient.MonthlyAnalyticCurrencyMetrics> |
currencies
List of currency pair trading informations for monthly analysis, or
null |
String |
date
Date of trading month in broker timezone, YYYY-MM format
|
Double |
gains
Cumulative gains per month, or
null |
Double |
lots
Cumulative lots per month, or
null |
Double |
pips
Cumulative pips per month, or
null |
Double |
profit
Cumulative profit per month, or
null |
Integer |
trades
The number of trades of this month, or
null |
| Constructor and Description |
|---|
MonthlyAnalyticsMetrics() |
public String date
public Double profit
nullpublic Double pips
nullpublic Double lots
nullpublic Double gains
nullpublic Integer trades
nullpublic List<MetaStatsClient.MonthlyAnalyticCurrencyMetrics> currencies
nullCopyright © 2021. All rights reserved.