CPPKiteConnect
kiteconnect::modifyOrderParams Struct Reference

Parameters required for the modifyOrder method. More...

#include <order.hpp>

Collaboration diagram for kiteconnect::modifyOrderParams:

Public Member Functions

modifyOrderParamsQuantity (int arg)
 
modifyOrderParamsDisclosedQuantity (int arg)
 
modifyOrderParamsPrice (double arg)
 
modifyOrderParamsTriggerPrice (double arg)
 
modifyOrderParamsVariety (const string &arg)
 
modifyOrderParamsOrderType (const string &arg)
 
modifyOrderParamsValidity (const string &arg)
 
modifyOrderParamsOrderId (const string &arg)
 
modifyOrderParamsParentOrderId (const string &arg)
 

Public Attributes

std::optional< int > quantity
 
std::optional< int > disclosedQuantity
 
std::optional< double > price
 
std::optional< double > triggerPrice
 
string variety
 
string orderId
 
std::optional< string > parentOrderId
 
std::optional< string > orderType
 
std::optional< string > validity
 

Detailed Description

Parameters required for the modifyOrder method.


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