Uses of Class
com.longport.trade.TopicType
-
Packages that use TopicType Package Description com.longport com.longport.trade -
-
Uses of TopicType in com.longport
Methods in com.longport with parameters of type TopicType Modifier and Type Method Description static void
SdkNative. tradeContextSubscribe(long context, TopicType[] topics, AsyncCallback callback)
static void
SdkNative. tradeContextUnsubscribe(long context, TopicType[] topics, AsyncCallback callback)
-
Uses of TopicType in com.longport.trade
Methods in com.longport.trade that return TopicType Modifier and Type Method Description static TopicType
TopicType. 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.longport.trade with parameters of type TopicType Modifier and Type Method Description CompletableFuture<Void>
TradeContext. subscribe(TopicType[] topics)
SubscribeCompletableFuture<Void>
TradeContext. unsubscribe(TopicType[] topics)
Unsubscribe
-