Uses of Class
com.longport.PushCandlestickMode
-
Packages that use PushCandlestickMode Package Description com.longport -
-
Uses of PushCandlestickMode in com.longport
Methods in com.longport that return PushCandlestickMode Modifier and Type Method Description static PushCandlestickMode
PushCandlestickMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PushCandlestickMode[]
PushCandlestickMode. 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 PushCandlestickMode Modifier and Type Method Description static long
SdkNative. newConfig(String appKey, String appSecret, String accessToken, String httpUrl, String quoteWsUrl, String tradeWsUrl, Language language, boolean enableOvernight, PushCandlestickMode mode)
ConfigBuilder
ConfigBuilder. pushCandlestickMode(PushCandlestickMode mode)
Specifies the push candlestick mode
-