MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / QCPFinancialData

Method QCPFinancialData

qcustomplot/qcustomplot.cpp:26212–26219  ·  view source on GitHub ↗

! Constructs a data point with key and all values set to zero. */

Source from the content-addressed store, hash-verified

26210 Constructs a data point with key and all values set to zero.
26211*/
26212QCPFinancialData::QCPFinancialData() :
26213 key(0),
26214 open(0),
26215 high(0),
26216 low(0),
26217 close(0)
26218{
26219}
26220
26221/*!
26222 Constructs a data point with the specified \a key and OHLC values.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected