public static class MetaStatsClient.CurrencySummaryHistoryDayMetrics extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
date
Date of trading day, in broker timezone, YYYY-MM-DD format
|
Double |
longPips
Total pips of long trades per day, or
null |
Double |
longProfit
Total profit of long trades per day, or
null |
Double |
shortPips
Total pips of short trades per day, or
null |
Double |
shortProfit
Total profit of short trades per day, or
null |
Double |
totalPips
Total pips of trading day, or
null |
double |
totalProfit
Total profit of trading day
|
| Constructor and Description |
|---|
CurrencySummaryHistoryDayMetrics() |
public String date
public double totalProfit
public Double totalPips
nullpublic Double shortProfit
nullpublic Double longProfit
nullpublic Double shortPips
nullpublic Double longPips
nullCopyright © 2021. All rights reserved.