CPPKiteConnect
kiteconnect::ohlc Struct Reference

Represents OHLC information of an instrument. More...

#include <market.hpp>

Public Member Functions

 ohlc (const rj::Value::Object &val)
 
void parse (const rj::Value::Object &val)
 

Public Attributes

double open = -1
 
double high = -1
 
double low = -1
 
double close = -1
 

Detailed Description

Represents OHLC information of an instrument.


The documentation for this struct was generated from the following file: