|
QTradingView 1.0.0
A high-performance charting library built with C++ and Qt.
|
Represents a single candlestick data point for candlestick series. More...
#include <Data.h>
Public Attributes | |
| qint64 | timeMsecs |
| Timestamp in milliseconds since epoch. | |
| double | open |
| Open. | |
| double | high |
| High. | |
| double | low |
| Low. | |
| double | close |
| Close. | |
Represents a single candlestick data point for candlestick series.