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

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

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

import org.marketcetera.marketdata.AbstractMarketDataFeedURLCredentials;
import org.marketcetera.marketdata.FeedException;
import org.marketcetera.util.misc.ClassVersion;

/* $License$ */

/**
 * Credentials for the Yahoo market data feed.
 *
 * @author Colin DuPlantis
 * @version $Id: YahooFeedCredentials.java 16154 2012-07-14 16:34:05Z colin $
 * @since 2.1.4
 */
@ClassVersion("$Id: YahooFeedCredentials.java 16154 2012-07-14 16:34:05Z colin $")
public class YahooFeedCredentials
        extends AbstractMarketDataFeedURLCredentials
{
    /**
     * Create a new YahooFeedCredentials instance.
     *
     * @param inURL a String value
     * @throws FeedException if the credentials cannot be constructed
     */
    YahooFeedCredentials(String inURL)
            throws FeedException
    {
        super(inURL);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy