|
CPPKiteConnect
|
Represents quote informating of an instrument. More...
#include <market.hpp>

Classes | |
| struct | mDepth |
Public Member Functions | |
| quote (const rj::Value::Object &val) | |
| void | parse (const rj::Value::Object &val) |
Public Attributes | |
| uint32_t | instrumentToken = 0 |
| int64_t | volume = -1 |
| int | buyQuantity = -1 |
| int | sellQuantity = -1 |
| int | lastQuantity = -1 |
| double | lastPrice = -1 |
| double | averagePrice = -1 |
| double | netChange = -1 |
| double | OI = -1 |
| double | OIDayHigh = -1 |
| double | OIDayLow = -1 |
| double | lowerCircuitLimit = -1 |
| double | upperCircuitLimit = -1 |
| string | timestamp |
| string | lastTradeTime |
| ohlc | OHLC |
| struct kiteconnect::quote::mDepth | marketDepth |
Represents quote informating of an instrument.