! Constructs a data point with key and all values set to zero. */
| 26210 | Constructs a data point with key and all values set to zero. |
| 26211 | */ |
| 26212 | QCPFinancialData::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. |
nothing calls this directly
no outgoing calls
no test coverage detected