CPPKiteConnect
userconstants.hpp File Reference

Useful constants users can utilize. More...

#include <string>
Include dependency graph for userconstants.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const string kiteconnect::PRODUCT_MIS = "MIS"
 
const string kiteconnect::PRODUCT_CNC = "CNC"
 
const string kiteconnect::PRODUCT_NRML = "NRML"
 
const string kiteconnect::PRODUCT_CO = "CO"
 
const string kiteconnect::PRODUCT_BO = "BO"
 
const string kiteconnect::ORDER_TYPE_MARKET = "MARKET"
 
const string kiteconnect::ORDER_TYPE_LIMIT = "LIMIT"
 
const string kiteconnect::ORDER_TYPE_SLM = "SL-M"
 
const string kiteconnect::ORDER_TYPE_SL = "SL"
 
const string kiteconnect::VARIETY_REGULAR = "regular"
 
const string kiteconnect::VARIETY_BO = "bo"
 
const string kiteconnect::VARIETY_CO = "co"
 
const string kiteconnect::VARIETY_AMO = "amo"
 
const string kiteconnect::VARIETY_ICEBERG = "iceberg"
 
const string kiteconnect::TRANSACTION_TYPE_BUY = "BUY"
 
const string kiteconnect::TRANSACTION_TYPE_SELL = "SELL"
 
const string kiteconnect::VALIDITY_DAY = "DAY"
 
const string kiteconnect::VALIDITY_IOC = "IOC"
 
const string kiteconnect::VALIDITY_TTL = "TTL"
 
const string kiteconnect::EXCHANGE_NSE = "NSE"
 
const string kiteconnect::EXCHANGE_BSE = "BSE"
 
const string kiteconnect::EXCHANGE_NFO = "NFO"
 
const string kiteconnect::EXCHANGE_CDS = "CDS"
 
const string kiteconnect::EXCHANGE_BFO = "BFO"
 
const string kiteconnect::EXCHANGE_MCX = "MCX"
 
const string kiteconnect::MARGIN_EQUITY = "equity"
 
const string kiteconnect::MARGIN_COMMODITY = "commodity"
 
const string kiteconnect::STATUS_COMPLETE = "COMPLETE"
 
const string kiteconnect::STATUS_REJECTED = "REJECTED"
 
const string kiteconnect::STATUS_CANCELLED = "CANCELLED"
 
const string kiteconnect::GTT_TYPE_OCO = "two-leg"
 
const string kiteconnect::GTT_TYPE_SINGLE = "single"
 
const string kiteconnect::GTT_STATUS_ACTIVE = "active"
 
const string kiteconnect::GTT_STATUS_TRIGGERED = "triggered"
 
const string kiteconnect::GTT_STATUS_DISABLED = "disabled"
 
const string kiteconnect::GTT_STATUS_EXPIRED = "expired"
 
const string kiteconnect::GTT_STATUS_CANCELLED = "cancelled"
 
const string kiteconnect::GTT_STATUS_REJECTED = "rejected"
 
const string kiteconnect::GTT_STATUS_DELETED = "deleted"
 
const string kiteconnect::MODE_LTP = "ltp"
 
const string kiteconnect::MODE_QUOTE = "quote"
 
const string kiteconnect::MODE_FULL = "full"
 

Detailed Description

Useful constants users can utilize.