| Package | Description |
|---|---|
| cloud.metaapi.sdk.clients.meta_api | |
| cloud.metaapi.sdk.clients.meta_api.models | |
| cloud.metaapi.sdk.meta_api |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
SynchronizationListener.onDealAdded(String instanceIndex,
MetatraderDeal deal)
Invoked when a new MetaTrader history deal is added
|
| Modifier and Type | Field and Description |
|---|---|
List<MetatraderDeal> |
MetatraderDeals.deals
List of history deals returned
|
| Modifier and Type | Field and Description |
|---|---|
List<MetatraderDeal> |
HistoryFileManager.History.deals
List of history deals
|
| Modifier and Type | Method and Description |
|---|---|
List<MetatraderDeal> |
MemoryHistoryStorage.getDeals() |
abstract List<MetatraderDeal> |
HistoryStorage.getDeals()
Returns all deals stored in history storage
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
MemoryHistoryStorage.onDealAdded(String instanceIndex,
MetatraderDeal deal) |
abstract CompletableFuture<Void> |
HistoryStorage.onDealAdded(String instanceIndex,
MetatraderDeal deal) |
Copyright © 2021. All rights reserved.