| Package | Description |
|---|---|
| cloud.metaapi.sdk.clients.meta_api | |
| cloud.metaapi.sdk.meta_api |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<MetatraderHistoryOrders> |
MetaApiWebsocketClient.getHistoryOrdersByPosition(String accountId,
String positionId)
Returns the history of completed orders for a specific position id (see
https://metaapi.cloud/docs/client/websocket/api/retrieveHistoricalData/readHistoryOrdersByPosition/)
|
CompletableFuture<MetatraderHistoryOrders> |
MetaApiWebsocketClient.getHistoryOrdersByTicket(String accountId,
String ticket)
Returns the history of completed orders for a specific ticket number (see
https://metaapi.cloud/docs/client/websocket/api/retrieveHistoricalData/readHistoryOrdersByTicket/).
|
CompletableFuture<MetatraderHistoryOrders> |
MetaApiWebsocketClient.getHistoryOrdersByTimeRange(String accountId,
cloud.metaapi.sdk.clients.models.IsoTime startTime,
cloud.metaapi.sdk.clients.models.IsoTime endTime,
int offset,
int limit)
Returns the history of completed orders for a specific time range (see
https://metaapi.cloud/docs/client/websocket/api/retrieveHistoricalData/readHistoryOrdersByTimeRange/).
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<MetatraderHistoryOrders> |
MetaApiConnection.getHistoryOrdersByPosition(String positionId)
Returns the history of completed orders for a specific position id (see
https://metaapi.cloud/docs/client/websocket/api/retrieveHistoricalData/readHistoryOrdersByPosition/)
|
CompletableFuture<MetatraderHistoryOrders> |
MetaApiConnection.getHistoryOrdersByTicket(String ticket)
Returns the history of completed orders for a specific ticket number (see
https://metaapi.cloud/docs/client/websocket/api/retrieveHistoricalData/readHistoryOrdersByTicket/).
|
CompletableFuture<MetatraderHistoryOrders> |
MetaApiConnection.getHistoryOrdersByTimeRange(cloud.metaapi.sdk.clients.models.IsoTime startTime,
cloud.metaapi.sdk.clients.models.IsoTime endTime,
int offset,
int limit)
Returns the history of completed orders for a specific time range (see
https://metaapi.cloud/docs/client/websocket/api/retrieveHistoricalData/readHistoryOrdersByTimeRange/)
|
Copyright © 2023. All rights reserved.