| Package | Description |
|---|---|
| cloud.metaapi.sdk.clients.copy_factory |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<CopyFactoryUserLogRecord>> |
TradingClient.getUserLog(String accountId)
Returns copy trading user log for an account and time range.
|
CompletableFuture<List<CopyFactoryUserLogRecord>> |
TradingClient.getUserLog(String accountId,
cloud.metaapi.sdk.clients.models.IsoTime startTime,
cloud.metaapi.sdk.clients.models.IsoTime endTime)
Returns copy trading user log for an account and time range.
|
CompletableFuture<List<CopyFactoryUserLogRecord>> |
TradingClient.getUserLog(String accountId,
cloud.metaapi.sdk.clients.models.IsoTime startTime,
cloud.metaapi.sdk.clients.models.IsoTime endTime,
Integer offset,
Integer limit)
Returns copy trading user log for an account and time range.
|
Copyright © 2023. All rights reserved.