Package com.longbridge.quote
Interface QuoteHandler
-
public interface QuoteHandlerCallback interface for real-time quote push events
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonQuote(String symbol, PushQuote event)Called when a quote update is received for the subscribed symbol.
-