Uses of Interface
com.longport.quote.BrokersHandler
-
Packages that use BrokersHandler Package Description com.longport com.longport.quote -
-
Uses of BrokersHandler in com.longport
Methods in com.longport with parameters of type BrokersHandler Modifier and Type Method Description static void
SdkNative. quoteContextSetOnBrokers(long context, BrokersHandler handler)
-
Uses of BrokersHandler in com.longport.quote
Methods in com.longport.quote with parameters of type BrokersHandler Modifier and Type Method Description void
QuoteContext. setOnBrokers(BrokersHandler handler)
Set brokers callback, after receiving the brokers data push, it will call back to this handler.
-