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/#!
|