MCPcopy Create free account
hub / github.com/cutechess/cutechess / QCPFinancialData

Method QCPFinancialData

projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:27002–27009  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

27000 Constructs a data point with key and all values set to zero.
27001*/
27002QCPFinancialData::QCPFinancialData() :
27003 key(0),
27004 open(0),
27005 high(0),
27006 low(0),
27007 close(0)
27008{
27009}
27010
27011/*!
27012 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