|
CPPKiteConnect
|
represents parameters required for the getHistoricalData function
More...
#include <market.hpp>

Public Member Functions | |
| historicalDataParams & | InstrumentToken (uint32_t arg) |
| historicalDataParams & | Continuous (bool arg) |
| historicalDataParams & | Oi (bool arg) |
| historicalDataParams & | From (const string &arg) |
| historicalDataParams & | To (const string &arg) |
| historicalDataParams & | Interval (const string &arg) |
Public Attributes | |
| uint32_t | instrumentToken = 0 |
| bool | continuous = false |
| bool | oi = false |
| string | from |
| string | to |
| string | interval |
represents parameters required for the getHistoricalData function