Uses of Class
cloud.metaapi.sdk.clients.meta_api.models.MetatraderDeals
-
Packages that use MetatraderDeals Package Description cloud.metaapi.sdk.clients.meta_api cloud.metaapi.sdk.meta_api -
-
Uses of MetatraderDeals in cloud.metaapi.sdk.clients.meta_api
Methods in cloud.metaapi.sdk.clients.meta_api that return types with arguments of type MetatraderDeals Modifier and Type Method Description CompletableFuture<MetatraderDeals>MetaApiWebsocketClient. getDealsByPosition(String accountId, String positionId)Returns history deals for a specific position id (see https://metaapi.cloud/docs/client/websocket/api/retrieveHistoricalData/readDealsByPosition/).CompletableFuture<MetatraderDeals>MetaApiWebsocketClient. getDealsByTicket(String accountId, String ticket)Returns history deals with a specific ticket number (see https://metaapi.cloud/docs/client/websocket/api/retrieveHistoricalData/readDealsByTicket/).CompletableFuture<MetatraderDeals>MetaApiWebsocketClient. getDealsByTimeRange(String accountId, IsoTime startTime, IsoTime endTime, int offset, int limit)Returns history deals with for a specific time range (see https://metaapi.cloud/docs/client/websocket/api/retrieveHistoricalData/readDealsByTimeRange/). -
Uses of MetatraderDeals in cloud.metaapi.sdk.meta_api
Methods in cloud.metaapi.sdk.meta_api that return types with arguments of type MetatraderDeals Modifier and Type Method Description CompletableFuture<MetatraderDeals>MetaApiConnection. getDealsByPosition(String positionId)Returns history deals for a specific position id (see https://metaapi.cloud/docs/client/websocket/api/retrieveHistoricalData/readDealsByPosition/).CompletableFuture<MetatraderDeals>MetaApiConnection. getDealsByTicket(String ticket)Returns history deals with a specific ticket number (see https://metaapi.cloud/docs/client/websocket/api/retrieveHistoricalData/readDealsByTicket/).CompletableFuture<MetatraderDeals>MetaApiConnection. getDealsByTimeRange(IsoTime startTime, IsoTime endTime, int offset, int limit)Returns history deals with for a specific time range (see https://metaapi.cloud/docs/client/websocket/api/retrieveHistoricalData/readDealsByTimeRange/).
-