| Package | Description |
|---|---|
| cloud.metaapi.sdk.clients.copy_factory |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<CopyFactoryTransaction>> |
HistoryClient.getProvidedStrategiesTransactions(cloud.metaapi.sdk.clients.models.IsoTime from,
cloud.metaapi.sdk.clients.models.IsoTime till)
Returns list of transactions on the strategies the current user provides to other users.
|
CompletableFuture<List<CopyFactoryTransaction>> |
HistoryClient.getProvidedStrategiesTransactions(cloud.metaapi.sdk.clients.models.IsoTime from,
cloud.metaapi.sdk.clients.models.IsoTime till,
List<String> strategyIds,
List<String> accountIds,
List<String> subscriberIds)
Returns list of transactions on the strategies the current user provides to other users.
|
CompletableFuture<List<CopyFactoryTransaction>> |
HistoryClient.getProvidedStrategiesTransactions(cloud.metaapi.sdk.clients.models.IsoTime from,
cloud.metaapi.sdk.clients.models.IsoTime till,
List<String> strategyIds,
List<String> accountIds,
List<String> subscriberIds,
Integer offset,
Integer limit)
Returns list of transactions on the strategies the current user provides to other users
https://metaapi.cloud/docs/copyfactory/restApi/api/history/getProvidedStrategiesTransactions/
|
CompletableFuture<List<CopyFactoryTransaction>> |
HistoryClient.getStrategiesSubscribedTransactions(cloud.metaapi.sdk.clients.models.IsoTime from,
cloud.metaapi.sdk.clients.models.IsoTime till)
Returns list of trades on the strategies the current user subscribed to
https://metaapi.cloud/docs/copyfactory/restApi/api/history/getStrategiesSubscribedTransactions/
Pagination offset is 0 and limit is default 1000.
|
CompletableFuture<List<CopyFactoryTransaction>> |
HistoryClient.getStrategiesSubscribedTransactions(cloud.metaapi.sdk.clients.models.IsoTime from,
cloud.metaapi.sdk.clients.models.IsoTime till,
List<String> strategyIds,
List<String> accountIds,
List<String> providerIds)
Returns list of trades on the strategies the current user subscribed to
https://metaapi.cloud/docs/copyfactory/restApi/api/history/getStrategiesSubscribedTransactions/
Pagination offset is 0 and limit is default 1000.
|
CompletableFuture<List<CopyFactoryTransaction>> |
HistoryClient.getStrategiesSubscribedTransactions(cloud.metaapi.sdk.clients.models.IsoTime from,
cloud.metaapi.sdk.clients.models.IsoTime till,
List<String> strategyIds,
List<String> accountIds,
List<String> providerIds,
Integer offset,
Integer limit)
Returns list of trades on the strategies the current user subscribed to
https://metaapi.cloud/docs/copyfactory/restApi/api/history/getStrategiesSubscribedTransactions/
|
Copyright © 2023. All rights reserved.