CPPKiteConnect
kiteconnect::order Struct Reference

Represents information of an order. More...

#include <order.hpp>

Collaboration diagram for kiteconnect::order:

Public Member Functions

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

Public Attributes

uint32_t instrumentToken = 0
 
int quantity = -1
 
int disclosedQuantity = -1
 
int filledQuantity = -1
 
int pendingQuantity = -1
 
int cancelledQuantity = -1
 
int validityTtl = -1
 
double price = -1.0
 
double triggerPrice = -1.0
 
double averagePrice = -1.0
 
string accountID
 
string placedBy
 
string orderID
 
string exchangeOrderID
 
string parentOrderID
 
string status
 
string statusMessage
 
string orderTimestamp
 
string exchangeUpdateTimestamp
 
string exchangeTimestamp
 
string rejectedBy
 
string variety
 
string exchange
 
string tradingsymbol
 
string orderType
 
string transactionType
 
string validity
 
string product
 

Detailed Description

Represents information of an order.


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