SETestKCL  1.0.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
QCPFinancialData Class Reference

#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
 

Detailed Description

Holds the data of one single data point for QCPFinancial.

The container for storing multiple data points is QCPFinancialDataMap.

The stored data is:

See Also
QCPFinancialDataMap

Definition at line 3124 of file qcustomplot.h.

Constructor & Destructor Documentation

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.

Member Data Documentation

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.


The documentation for this class was generated from the following files: