Uses of Class
org.marketcetera.marketdata.yahoo.YahooRequest
-
-
Uses of YahooRequest in org.marketcetera.marketdata.yahoo
Fields in org.marketcetera.marketdata.yahoo with type parameters of type YahooRequest Modifier and Type Field Description private Set<YahooRequest>YahooClientImpl. requeststhe active Yahoo requestsprivate Map<String,YahooRequest>YahooFeed. requestsstores the active requestsMethods in org.marketcetera.marketdata.yahoo that return types with arguments of type YahooRequest Modifier and Type Method Description List<YahooRequest>YahooFeedMessageTranslator. fromDataRequest(MarketDataRequest inRequest)Methods in org.marketcetera.marketdata.yahoo with parameters of type YahooRequest Modifier and Type Method Description voidYahooClient. cancel(YahooRequest inRequest)Cancels th given request.voidYahooClientImpl. cancel(YahooRequest inRequest)voidYahooClient. request(YahooRequest inRequest)Executes the given request.voidYahooClientImpl. request(YahooRequest inRequest)private StringYahooClientImpl. submit(YahooRequest inRequest)Submits the given request and returns the response from Yahoo.Method parameters in org.marketcetera.marketdata.yahoo with type arguments of type YahooRequest Modifier and Type Method Description protected List<String>YahooFeed. doMarketDataRequest(List<YahooRequest> inRequests)
-