public class YahooObservation extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
DATE_FORMAT |
| Constructor and Description |
|---|
YahooObservation(String date,
String open,
String high,
String low,
String close,
String volume,
String adjClose) |
| Modifier and Type | Method and Description |
|---|---|
static YahooObservation |
createDateDummy(String date) |
double |
getAdjClose() |
double |
getClose() |
Date |
getDate() |
double |
getHigh() |
double |
getLow() |
double |
getOpen() |
long |
getVolume() |
String |
toString() |
public static final String DATE_FORMAT
public YahooObservation(String date, String open, String high, String low, String close, String volume, String adjClose) throws ParseException
ParseExceptionpublic static YahooObservation createDateDummy(String date) throws ParseException
ParseExceptionpublic Date getDate()
public double getOpen()
public double getHigh()
public double getLow()
public double getClose()
public double getAdjClose()
public long getVolume()
Copyright © 2014–2017 Github jjYBdx4IL Projects. All rights reserved.