Uses of Class
com.longport.ConfigBuilder
-
Packages that use ConfigBuilder Package Description com.longport -
-
Uses of ConfigBuilder in com.longport
Methods in com.longport that return ConfigBuilder Modifier and Type Method Description ConfigBuilderConfigBuilder. dontPrintQuotePackages()Don't print quote packages when connected to the serverConfigBuilderConfigBuilder. enableOvernight()Enable overnight quoteConfigBuilderConfigBuilder. httpUrl(String httpUrl)Specifies the url of the OpenAPI server.ConfigBuilderConfigBuilder. language(Language language)Specifies the language identiferConfigBuilderConfigBuilder. logPath(String path)Set the path of the log files.ConfigBuilderConfigBuilder. pushCandlestickMode(PushCandlestickMode mode)Specifies the push candlestick modeConfigBuilderConfigBuilder. quoteWebsocketUrl(String quoteWsUrl)Specifies the url of the OpenAPI quote websocket server.ConfigBuilderConfigBuilder. tradeWebsocketUrl(String tradeWsUrl)Specifies the url of the OpenAPI trade websocket server.
-