Uses of Class
com.longbridge.Config
-
Packages that use Config Package Description com.longbridge com.longbridge.content com.longbridge.quote com.longbridge.trade -
-
Uses of Config in com.longbridge
Methods in com.longbridge that return Config Modifier and Type Method Description ConfigConfig. disablePrintQuotePackages()Disable printing quote packages when connected to the server.ConfigConfig. enableOvernight()Enable overnight quote.static ConfigConfig. fromApikey(String appKey, String appSecret, String accessToken)Create a newConfigfrom API key credentials.static ConfigConfig. fromApikeyEnv()Create a newConfigfrom the given environment variablesstatic ConfigConfig. fromOAuth(OAuth oauth)Create a newConfigfor OAuth 2.0 authentication.ConfigConfig. httpUrl(String httpUrl)Set the HTTP endpoint URL.ConfigConfig. language(Language language)Set the language identifier.ConfigConfig. logPath(String path)Set the path of the log files.ConfigConfig. pushCandlestickMode(PushCandlestickMode mode)Set the push candlestick mode.ConfigConfig. quoteWebsocketUrl(String quoteWsUrl)Set the quote websocket endpoint URL.ConfigConfig. tradeWebsocketUrl(String tradeWsUrl)Set the trade websocket endpoint URL. -
Uses of Config in com.longbridge.content
Methods in com.longbridge.content with parameters of type Config Modifier and Type Method Description static ContentContextContentContext. create(Config config)Create a ContentContext object -
Uses of Config in com.longbridge.quote
Methods in com.longbridge.quote with parameters of type Config Modifier and Type Method Description static QuoteContextQuoteContext. create(Config config)Create a QuoteContext object -
Uses of Config in com.longbridge.trade
Methods in com.longbridge.trade with parameters of type Config Modifier and Type Method Description static TradeContextTradeContext. create(Config config)Create a TradeContext object
-