|
SETestKCL
1.0.
|
#include <qcustomplot.h>
Public Member Functions | |
| QCPFinancialData () | |
| QCPFinancialData (double key, double open, double high, double low, double close) | |
Public Attributes | |
| 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:
Definition at line 3124 of file qcustomplot.h.
| QCPFinancialData | ( | ) |
Constructs a data point with key and all values set to zero.
Definition at line 20559 of file qcustomplot.cpp.
| QCPFinancialData | ( | double | key, |
| double | open, | ||
| double | high, | ||
| double | low, | ||
| double | close | ||
| ) |
Constructs a data point with the specified key and OHLC values.
Definition at line 20571 of file qcustomplot.cpp.
| double close |
Definition at line 3129 of file qcustomplot.h.
| double high |
Definition at line 3129 of file qcustomplot.h.
| double key |
Definition at line 3129 of file qcustomplot.h.
Referenced by QCPFinancial::addData().
| double low |
Definition at line 3129 of file qcustomplot.h.
| double open |
Definition at line 3129 of file qcustomplot.h.
1.8.5