| Package | Description |
|---|---|
| cloud.metaapi.sdk.clients | |
| cloud.metaapi.sdk.clients.meta_api | |
| cloud.metaapi.sdk.meta_api |
| Modifier and Type | Method and Description |
|---|---|
void |
OptionsValidator.validateNonZeroInt(int value,
String name)
Validates a number parameter to be above zero
|
void |
OptionsValidator.validateNonZeroLong(long value,
String name)
Validates a number parameter to be above zero
|
| Constructor and Description |
|---|
HttpClient()
Constructs HttpClient class instance.
|
HttpClient(int requestTimeout,
int connectTimeout)
Constructs HttpClient class instance
|
HttpClient(int requestTimeout,
int connectTimeout,
RetryOptions retryOpts)
Constructs HttpClient class instance
|
| Constructor and Description |
|---|
MetaApiWebsocketClient(HttpClient httpClient,
String token,
MetaApiWebsocketClient.ClientOptions opts)
Constructs MetaApi websocket API client instance
|
PacketLogger(PacketLogger.LoggerOptions opts)
Constructs the class
|
SynchronizationThrottler(MetaApiWebsocketClient client,
int socketInstanceIndex,
SynchronizationThrottler.Options opts)
Constructs the synchronization throttler
|
| Constructor and Description |
|---|
MetaApi(String token,
MetaApi.Options opts)
Constructs MetaApi class instance
|
Copyright © 2021. All rights reserved.