Uses of Class
cloud.metaapi.sdk.clients.meta_api.models.MetatraderHistoryOrders
-
Packages that use MetatraderHistoryOrders Package Description cloud.metaapi.sdk.clients.meta_api cloud.metaapi.sdk.meta_api -
-
Uses of MetatraderHistoryOrders in cloud.metaapi.sdk.clients.meta_api
Methods in cloud.metaapi.sdk.clients.meta_api that return types with arguments of type MetatraderHistoryOrders Modifier and Type Method 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, IsoTime startTime, 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/). -
Uses of MetatraderHistoryOrders in cloud.metaapi.sdk.meta_api
Methods in cloud.metaapi.sdk.meta_api that return types with arguments of type MetatraderHistoryOrders Modifier and Type Method 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(IsoTime startTime, 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/)
-