|
CPPKiteConnect
|
This file has all the structs returned by kitepp. More...
#include <iostream>#include <string>#include <vector>#include "rapidjson/document.h"#include "rapidjson/rapidjson.h"#include "rjutils.hpp"#include "utils.hpp"Go to the source code of this file.
Classes | |
| struct | kiteconnect::userProfile |
| userProfile represents a user's personal and financial profile. More... | |
| struct | kiteconnect::userProfile::Meta |
| struct | kiteconnect::userTokens |
| tokens received after successfull authentication More... | |
| struct | kiteconnect::userSession |
| userSession represents the response after a successful authentication. More... | |
| struct | kiteconnect::availableMargins |
| availableMargins represents the available margins from the margins response for a single segment. More... | |
| struct | kiteconnect::usedMargins |
| usedMargins represents the used margins from the margins response for a single segment. More... | |
| struct | kiteconnect::margins |
| margins represents the user margins for a segment. More... | |
| struct | kiteconnect::allMargins |
| allMargins contains both equity and commodity margins. More... | |
| struct | kiteconnect::order |
| order represents a individual order response. More... | |
| struct | kiteconnect::trade |
| trade represents a individual order response. More... | |
| struct | kiteconnect::GTTParams |
| GTTParams is the struct user needs to pass to placeGTT() to place a GTT. More... | |
| struct | kiteconnect::GTTCondition |
| GTTCondition represents the condition inside a GTT order. More... | |
| struct | kiteconnect::GTT |
| GTT represents a single GTT order. More... | |
| struct | kiteconnect::holding |
| holding is an individual holdings response. More... | |
| struct | kiteconnect::position |
| position represents an individual position response. More... | |
| struct | kiteconnect::positions |
| positions represents all positions response. More... | |
| struct | kiteconnect::ohlc |
| ohlc strcut More... | |
| struct | kiteconnect::depth |
| represents market depth More... | |
| struct | kiteconnect::quote |
| represents full quote respone More... | |
| struct | kiteconnect::quote::mDepth |
| struct | kiteconnect::OHLCQuote |
| represents ohlc quote respone More... | |
| struct | kiteconnect::LTPQuote |
| represents ltp quote respone More... | |
| struct | kiteconnect::historicalData |
| represents historical data call reponse More... | |
| struct | kiteconnect::MFOrder |
| MFOrder represents a individual mutualfund order response. More... | |
| struct | kiteconnect::MFHolding |
| MFHolding represents a individual mutualfund holding. More... | |
| struct | kiteconnect::MFSIP |
| MFSIP represents a individual mutualfund SIP response. More... | |
| struct | kiteconnect::orderMarginsParams |
| orderMarginsParams represents a position in the Margin Calculator API More... | |
| struct | kiteconnect::orderMargins |
| ordersMargins represents response from the Margin Calculator API. More... | |
| struct | kiteconnect::orderMargins::PNL |
| struct | kiteconnect::instrument |
| instrument represents individual instrument response. More... | |
| struct | kiteconnect::MFInstrument |
| MFInstrument represents individual mfinstrument response. More... | |
| struct | kiteconnect::depthWS |
| Reoresents a single entry in market depth returned by kWS. More... | |
| struct | kiteconnect::tick |
| Represents a single tick returned by kWS. More... | |
| struct | kiteconnect::tick::ohlc |
| struct | kiteconnect::tick::m_depth |
| struct | kiteconnect::postback |
| Represents postback sent via websockets. More... | |
This file has all the structs returned by kitepp.
1.8.17