public class Ohlc extends Object
Constructor and Description |
---|
Ohlc()
Creates a new instance of the
Ohlc class. |
Ohlc(double high,
double low,
double open,
double close)
Creates a new instance of the
Ohlc class. |
Modifier and Type | Method and Description |
---|---|
double |
close()
Gets the close value.
|
double |
high()
Gets the high value.
|
double |
low()
Gets the low value.
|
double |
open()
Gets the open value.
|