Interface QuoteHandler


  • public interface QuoteHandler
    Callback interface for real-time quote push events
    • Method Detail

      • onQuote

        void onQuote​(String symbol,
                     PushQuote event)
        Called when a quote update is received for the subscribed symbol.
        Parameters:
        symbol - security symbol
        event - quote update event