Config |
Config.disablePrintQuotePackages() |
Disable printing quote packages when connected to the server.
|
Config |
Config.enableOvernight() |
Enable overnight quote.
|
static Config |
Config.fromApikey(String appKey,
String appSecret,
String accessToken) |
Create a new Config from API key credentials.
|
static Config |
Config.fromApikeyEnv() |
Create a new Config from the given environment variables
|
static Config |
Config.fromOAuth(OAuth oauth) |
Create a new Config for OAuth 2.0 authentication.
|
Config |
Config.httpUrl(String httpUrl) |
Set the HTTP endpoint URL.
|
Config |
Config.language(Language language) |
Set the language identifier.
|
Config |
Config.logPath(String path) |
Set the path of the log files.
|
Config |
Config.pushCandlestickMode(PushCandlestickMode mode) |
Set the push candlestick mode.
|
Config |
Config.quoteWebsocketUrl(String quoteWsUrl) |
Set the quote websocket endpoint URL.
|
Config |
Config.tradeWebsocketUrl(String tradeWsUrl) |
Set the trade websocket endpoint URL.
|