Uses of Class
com.longbridge.trade.TopicType
-
Packages that use TopicType Package Description com.longbridge com.longbridge.trade -
-
Uses of TopicType in com.longbridge
Methods in com.longbridge with parameters of type TopicType Modifier and Type Method Description static voidSdkNative. tradeContextSubscribe(long context, TopicType[] topics, AsyncCallback callback)static voidSdkNative. tradeContextUnsubscribe(long context, TopicType[] topics, AsyncCallback callback) -
Uses of TopicType in com.longbridge.trade
Methods in com.longbridge.trade that return TopicType Modifier and Type Method Description static TopicTypeTopicType. valueOf(String name)Returns the enum constant of this type with the specified name.static TopicType[]TopicType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.longbridge.trade with parameters of type TopicType Modifier and Type Method Description CompletableFuture<Void>TradeContext. subscribe(TopicType[] topics)SubscribeCompletableFuture<Void>TradeContext. unsubscribe(TopicType[] topics)Unsubscribe
-