Uses of Class
com.longbridge.PushCandlestickMode
-
Packages that use PushCandlestickMode Package Description com.longbridge -
-
Uses of PushCandlestickMode in com.longbridge
Methods in com.longbridge that return PushCandlestickMode Modifier and Type Method Description static PushCandlestickModePushCandlestickMode. 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.longbridge with parameters of type PushCandlestickMode Modifier and Type Method Description static longSdkNative. configSetPushCandlestickMode(long config, PushCandlestickMode mode)ConfigConfig. pushCandlestickMode(PushCandlestickMode mode)Set the push candlestick mode.
-