org.ojalgo.finance.data
Class YahooSymbol.Data

java.lang.Object
  extended by org.ojalgo.finance.data.DatePrice
      extended by org.ojalgo.finance.data.YahooSymbol.Data
All Implemented Interfaces:
Comparable<KeyValue<CalendarDate,?>>, KeyValue<CalendarDate,Double>
Enclosing class:
YahooSymbol

public static final class YahooSymbol.Data
extends DatePrice


Field Summary
 double adjustedClose
           
 double close
           
 double high
           
 double low
           
 double open
           
 double volume
           
 
Fields inherited from class org.ojalgo.finance.data.DatePrice
key
 
Method Summary
 double getPrice()
           
 
Methods inherited from class org.ojalgo.finance.data.DatePrice
compareTo, getKey, getValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

adjustedClose

public double adjustedClose

close

public double close

high

public double high

low

public double low

open

public double open

volume

public double volume
Method Detail

getPrice

public double getPrice()
Specified by:
getPrice in class DatePrice