All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.marketcetera.marketdata.yahoo.YahooFeedServices Maven / Gradle / Ivy

There is a newer version: 4.1.1
Show newest version
package org.marketcetera.marketdata.yahoo;

import org.marketcetera.util.misc.ClassVersion;

/* $License$ */

/**
 * Services provided by the Yahoo feed.
 *
 * @author Colin DuPlantis
 * @version $Id: YahooFeedServices.java 16154 2012-07-14 16:34:05Z colin $
 * @since 2.1.4
 */
@ClassVersion("$Id: YahooFeedServices.java 16154 2012-07-14 16:34:05Z colin $")
interface YahooFeedServices
{
    /**
     * Indicates receipt of market data.
     *
     * @param inHandle a String value
     * @param inData an Object value
     */
    void doDataReceived(String inHandle,
                        Object inData);
    /**
     * Gets the interval at which to refresh market data requests.
     *
     * @return an int value in ms
     */
    int getRefreshInterval();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy