CPPKiteConnect
kiteconnect::quote Struct Reference

Represents quote informating of an instrument. More...

#include <market.hpp>

Collaboration diagram for kiteconnect::quote:

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
 

Detailed Description

Represents quote informating of an instrument.


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