Class YahooFeedCredentials
- java.lang.Object
-
- org.marketcetera.marketdata.AbstractMarketDataFeedURLCredentials
-
- org.marketcetera.marketdata.yahoo.YahooFeedCredentials
-
- All Implemented Interfaces:
MarketDataFeedCredentials,MarketDataFeedURLCredentials
public class YahooFeedCredentials extends AbstractMarketDataFeedURLCredentials
Credentials for the Yahoo market data feed.- Since:
- 2.1.4
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Constructor Summary
Constructors Constructor Description YahooFeedCredentials(String inURL)Create a new YahooFeedCredentials instance.
-
-
-
Constructor Detail
-
YahooFeedCredentials
YahooFeedCredentials(String inURL) throws FeedException
Create a new YahooFeedCredentials instance.- Parameters:
inURL- aStringvalue- Throws:
FeedException- if the credentials cannot be constructed
-
-