Interface YahooFeedServices

  • All Known Implementing Classes:
    YahooFeed

    interface YahooFeedServices
    Services provided by the Yahoo feed.
    Since:
    2.1.4
    Version:
    $Id$
    Author:
    Colin DuPlantis
    • Method Detail

      • doDataReceived

        void doDataReceived​(String inHandle,
                            Object inData)
        Indicates receipt of market data.
        Parameters:
        inHandle - a String value
        inData - an Object value
      • getRefreshInterval

        int getRefreshInterval()
        Gets the interval at which to refresh market data requests.
        Returns:
        an int value in ms