public class TickerQuoteList extends java.lang.Object implements ApiElement, java.lang.Iterable<TickerQuote>
TickerQuoteElements that Robinhood
returns from GetTickerQuoteList. ApiElement and not an ApiElementList| Constructor and Description |
|---|
TickerQuoteList() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TickerQuote> |
getQuotes() |
java.util.Iterator<TickerQuote> |
iterator() |
boolean |
requiresAuth() |
public java.util.List<TickerQuote> getQuotes()
quotespublic boolean requiresAuth()
requiresAuth in interface ApiElementpublic java.util.Iterator<TickerQuote> iterator()
iterator in interface java.lang.Iterable<TickerQuote>