Uses of Class
cloud.metaapi.sdk.clients.models.IsoTime
-
-
Uses of IsoTime in cloud.metaapi.sdk.clients.copy_factory
Methods in cloud.metaapi.sdk.clients.copy_factory with parameters of type IsoTime Modifier and Type Method Description CompletableFuture<List<CopyFactoryTransaction>>HistoryClient. getProvidedStrategiesTransactions(IsoTime from, IsoTime till)Returns list of transactions on the strategies the current user provides to other users.CompletableFuture<List<CopyFactoryTransaction>>HistoryClient. getProvidedStrategiesTransactions(IsoTime from, IsoTime till, List<String> strategyIds, List<String> subscriberIds)Returns list of transactions on the strategies the current user provides to other users.CompletableFuture<List<CopyFactoryTransaction>>HistoryClient. getProvidedStrategiesTransactions(IsoTime from, IsoTime till, List<String> strategyIds, List<String> subscriberIds, Integer offset, Integer limit)Returns list of transactions on the strategies the current user provides to other users https://trading-api-v1.agiliumtrade.agiliumtrade.ai/swagger/#!CompletableFuture<List<CopyFactoryTransaction>>HistoryClient. getStrategiesSubscribedTransactions(IsoTime from, IsoTime till)Returns list of trades on the strategies the current user subscribed to https://trading-api-v1.agiliumtrade.agiliumtrade.ai/swagger/#!CompletableFuture<List<CopyFactoryTransaction>>HistoryClient. getStrategiesSubscribedTransactions(IsoTime from, IsoTime till, List<String> strategyIds, List<String> providerIds)Returns list of trades on the strategies the current user subscribed to https://trading-api-v1.agiliumtrade.agiliumtrade.ai/swagger/#!CompletableFuture<List<CopyFactoryTransaction>>HistoryClient. getStrategiesSubscribedTransactions(IsoTime from, IsoTime till, List<String> strategyIds, List<String> providerIds, Integer offset, Integer limit)Returns list of trades on the strategies the current user subscribed to https://trading-api-v1.agiliumtrade.agiliumtrade.ai/swagger/#! -
Uses of IsoTime in cloud.metaapi.sdk.clients.copy_factory.models
Fields in cloud.metaapi.sdk.clients.copy_factory.models declared as IsoTime Modifier and Type Field Description IsoTimeCopyFactoryStrategyRiskLimit. startTimeOptional time to start risk tracking from, or {code null}.IsoTimeCopyFactoryStrategyStopOutRisk. startTimeThe time to start risk calculation from, ornull.IsoTimeCopyFactoryStrategyStopout. stoppedAtTime the strategy was stopped atIsoTimeCopyFactoryStrategyStopout. stoppedTillTime the strategy is stopped tillIsoTimeCopyFactoryTransaction. timeTransaction time -
Uses of IsoTime in cloud.metaapi.sdk.clients.meta_api
Methods in cloud.metaapi.sdk.clients.meta_api with parameters of type IsoTime Modifier and Type Method Description 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/).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/).CompletableFuture<Void>MetaApiWebsocketClient. synchronize(String accountId, String synchronizationId, IsoTime startingHistoryOrderTime, IsoTime startingDealTime)Requests the terminal to start synchronization process (see https://metaapi.cloud/docs/client/websocket/synchronizing/synchronize/). -
Uses of IsoTime in cloud.metaapi.sdk.clients.meta_api.models
Fields in cloud.metaapi.sdk.clients.meta_api.models declared as IsoTime Modifier and Type Field Description IsoTimeMetatraderOrder. doneTimeTime order was executed or canceled at ornull.IsoTimeMetatraderOrder. expirationTimeOptional order expiration time ornullIsoTimeExpirationOptions. timeOptional pending order expiration time ornull.IsoTimeMetatraderDeal. timeTime the deal was conducted atIsoTimeMetatraderOrder. timeTime order was created atIsoTimeMetatraderPosition. timeTime position was opened atIsoTimeMetatraderPosition. updateTimeLast position modification time -
Uses of IsoTime in cloud.metaapi.sdk.meta_api
Methods in cloud.metaapi.sdk.meta_api that return types with arguments of type IsoTime Modifier and Type Method Description abstract CompletableFuture<IsoTime>HistoryStorage. getLastDealTime()Returns the time of the last history deal record stored in the history storageCompletableFuture<IsoTime>MemoryHistoryStorage. getLastDealTime()abstract CompletableFuture<IsoTime>HistoryStorage. getLastHistoryOrderTime()Returns the time of the last history order record stored in the history storageCompletableFuture<IsoTime>MemoryHistoryStorage. getLastHistoryOrderTime()Methods in cloud.metaapi.sdk.meta_api with parameters of type IsoTime Modifier and Type Method Description 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/).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/)
-