|
CPPKiteConnect
|
Represents historical data of an instrument. More...
#include <market.hpp>

Public Member Functions | |
| historicalData (const rj::Value::Array &val) | |
| void | parse (const rj::Value::Array &val) |
Public Attributes | |
| int64_t | volume = -1 |
| int64_t | OI = -1 |
| double | open = -1 |
| double | high = -1 |
| double | low = -1 |
| double | close = -1 |
| string | datetime |
Represents historical data of an instrument.