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