Uses of Class
com.longport.Language
-
Packages that use Language Package Description com.longport -
-
Uses of Language in com.longport
Methods in com.longport that return Language Modifier and Type Method Description static LanguageLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static Language[]Language. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.longport with parameters of type Language Modifier and Type Method Description ConfigBuilderConfigBuilder. language(Language language)Specifies the language identiferstatic longSdkNative. newConfig(String appKey, String appSecret, String accessToken, String httpUrl, String quoteWsUrl, String tradeWsUrl, Language language, boolean enableOvernight, PushCandlestickMode mode, boolean enablePrintQuotePackages, String logPath)
-