CPPKiteConnect
kiteconnect::holding Struct Reference

Respresents an individual holding. More...

#include <portfolio.hpp>

Collaboration diagram for kiteconnect::holding:

Public Member Functions

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

Public Attributes

uint32_t instrumentToken = 0
 
int quantity = -1
 
int t1Quantity = -1
 
int realisedQuantity = -1
 
int collateralQuantity = -1
 
double price = -1
 
double averagePrice = -1
 
double lastPrice = -1
 
double closePrice = -1
 
double PnL = -1
 
double dayChange = -1
 
double dayChangePercentage = -1
 
string tradingsymbol
 
string exchange
 
string ISIN
 
string product
 
string collateralType
 

Detailed Description

Respresents an individual holding.


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