|
CPPKiteConnect
|
Represents a single market data tick. More...
#include <ws.hpp>

Classes | |
| struct | m_depth |
| struct | OHLC |
Public Attributes | |
| int32_t | instrumentToken = -1 |
| int32_t | timestamp = -1 |
| int32_t | lastTradeTime = -1 |
| int32_t | lastTradedQuantity = -1 |
| int32_t | totalBuyQuantity = -1 |
| int32_t | totalSellQuantity = -1 |
| int32_t | volumeTraded = -1 |
| int32_t | oi = -1 |
| int32_t | oiDayHigh = -1 |
| int32_t | oiDayLow = -1 |
| string | mode |
| double | lastPrice = -1 |
| double | averageTradePrice = -1 |
| double | netChange = -1 |
| bool | isTradable |
| struct kiteconnect::tick::OHLC | ohlc |
| struct kiteconnect::tick::m_depth | marketDepth |
Represents a single market data tick.