Uses of Class
org.marketcetera.marketdata.yahoo.YahooFeedCredentials
-
-
Uses of YahooFeedCredentials in org.marketcetera.marketdata.yahoo
Fields in org.marketcetera.marketdata.yahoo declared as YahooFeedCredentials Modifier and Type Field Description private YahooFeedCredentialsYahooClientImpl. credentialscredentials used for the Yahoo connectionMethods in org.marketcetera.marketdata.yahoo that return YahooFeedCredentials Modifier and Type Method Description protected YahooFeedCredentialsYahooFeedModule. getCredentials()Methods in org.marketcetera.marketdata.yahoo with parameters of type YahooFeedCredentials Modifier and Type Method Description protected booleanYahooFeed. doLogin(YahooFeedCredentials inCredentials)booleanYahooClient. login(YahooFeedCredentials inCredentials)Logs in to the Yahoo data source with the given credentials.booleanYahooClientImpl. login(YahooFeedCredentials inCredentials)
-