| Package | Description |
|---|---|
| cloud.metaapi.sdk.clients.meta_api | |
| cloud.metaapi.sdk.meta_api |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<MetatraderAccountInformation> |
MetaApiWebsocketClient.getAccountInformation(String accountId)
Returns account information for a specified MetaTrader account (see
https://metaapi.cloud/docs/client/websocket/api/readTradingTerminalState/readAccountInformation/).
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
SynchronizationListener.onAccountInformationUpdated(String instanceIndex,
MetatraderAccountInformation accountInformation)
Invoked when MetaTrader account information is updated
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<MetatraderAccountInformation> |
MetaApiConnection.getAccountInformation()
Returns account information (see
https://metaapi.cloud/docs/client/websocket/api/readTradingTerminalState/readAccountInformation/).
|
Optional<MetatraderAccountInformation> |
TerminalState.getAccountInformation()
Returns a local copy of account information
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
MetaApiConnection.onAccountInformationUpdated(String instanceIndex,
MetatraderAccountInformation accountInformation) |
CompletableFuture<Void> |
TerminalState.onAccountInformationUpdated(String instanceIndex,
MetatraderAccountInformation accountInformation) |
Copyright © 2023. All rights reserved.