|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.ojalgo.finance.data.GoogleSymbol
public class GoogleSymbol
| Nested Class Summary | |
|---|---|
static class |
GoogleSymbol.Data
|
| Constructor Summary | |
|---|---|
GoogleSymbol(String aSymbol)
|
|
GoogleSymbol(String aSymbol,
CalendarDateUnit aResolution)
|
|
| Method Summary | |
|---|---|
TypeCache<? extends List<DP>> |
getCache(long aPurgeIntervalMeassure,
CalendarDateUnit aPurgeIntervalUnit)
|
List<DP> |
getHistoricalPrices()
|
List<DP> |
getHistoricalPrices(BufferedReader aReader)
|
CalendarDateSeries<Double> |
getPriceSeries()
|
CalendarDateSeries<Double> |
getPriceSeries(BufferedReader aReader)
|
CalendarDateUnit |
getResolution()
|
String |
getSymbol()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleSymbol(String aSymbol)
public GoogleSymbol(String aSymbol,
CalendarDateUnit aResolution)
| Method Detail |
|---|
public TypeCache<? extends List<DP>> getCache(long aPurgeIntervalMeassure,
CalendarDateUnit aPurgeIntervalUnit)
public List<DP> getHistoricalPrices()
public List<DP> getHistoricalPrices(BufferedReader aReader)
public CalendarDateSeries<Double> getPriceSeries()
public CalendarDateSeries<Double> getPriceSeries(BufferedReader aReader)
public CalendarDateUnit getResolution()
public String getSymbol()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||