|
CPPKiteConnect
|
Parameters required by the margin methods. More...
#include <margins.hpp>

Public Member Functions | |
| marginsParams & | Quantity (double arg) |
| marginsParams & | Price (double arg) |
| marginsParams & | TriggerPrice (double arg) |
| marginsParams & | Exchange (const string &arg) |
| marginsParams & | Tradingsymbol (const string &arg) |
| marginsParams & | TransactionType (const string &arg) |
| marginsParams & | Variety (const string &arg) |
| marginsParams & | Product (const string &arg) |
| marginsParams & | OrderType (const string &arg) |
Public Attributes | |
| double | quantity = 0 |
| double | price = 0 |
| double | triggerPrice = 0 |
| string | exchange |
| string | tradingsymbol |
| string | transactionType |
| string | variety |
| string | product |
| string | orderType |
Parameters required by the margin methods.