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 Language
Language. 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 ConfigBuilder
ConfigBuilder. language(Language language)
Specifies the language identiferstatic long
SdkNative. newConfig(String appKey, String appSecret, String accessToken, String httpUrl, String quoteWsUrl, String tradeWsUrl, Language language, boolean enableOvernight, PushCandlestickMode mode)
-