public static class HistoryFileManager.History extends Object
| Modifier and Type | Field and Description |
|---|---|
List<MetatraderDeal> |
deals
List of history deals
|
List<MetatraderOrder> |
historyOrders
List of history orders
|
Map<String,Long> |
lastDealTimeByInstanceIndex
Last deal time by instance index
|
Map<String,Long> |
lastHistoryOrderTimeByInstanceIndex
Last history order time by instance index
|
| Constructor and Description |
|---|
History() |
public List<MetatraderDeal> deals
public List<MetatraderOrder> historyOrders
public Map<String,Long> lastDealTimeByInstanceIndex
Copyright © 2022. All rights reserved.