Holds the data of one single data point for QCPFinancial. More...
Public Functions | |
QCPFinancialData () | |
QCPFinancialData (double key, double open, double high, double low, double close) | |
Public Members | |
double | key |
double | open |
double | high |
double | low |
double | close |
Holds the data of one single data point for QCPFinancial.
The container for storing multiple data points is QCPFinancialDataMap.
The stored data is:
QCPFinancialData::QCPFinancialData | ( | ) |
Constructs a data point with key and all values set to zero.
QCPFinancialData::QCPFinancialData | ( | double | key, |
double | open, | ||
double | high, | ||
double | low, | ||
double | close | ||
) |
Constructs a data point with the specified key and OHLC values.