Represents a bar of historical data (OHLCV).
More...
#include <objects.hpp>
|
|
int64_t | time |
| | Period start time.
|
| |
|
double | open |
| | Open price.
|
| |
|
double | high |
| | The highest price of the period.
|
| |
|
double | low |
| | The lowest price of the period.
|
| |
|
double | close |
| | Close price.
|
| |
|
uint64_t | tick_volume |
| | Tick volume.
|
| |
|
int32_t | spread |
| | Spread.
|
| |
|
uint64_t | real_volume |
| | Trade volume.
|
| |
Represents a bar of historical data (OHLCV).
The documentation for this struct was generated from the following file: