MCPcopy Create free account
hub / github.com/ZhuYanzhen1/miniFOC / QCPFinancialData

Method QCPFinancialData

tools/qcustomplot.cpp:26969–26976  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

26967 Constructs a data point with key and all values set to zero.
26968*/
26969QCPFinancialData::QCPFinancialData() :
26970 key(0),
26971 open(0),
26972 high(0),
26973 low(0),
26974 close(0)
26975{
26976}
26977
26978/*!
26979 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