|
CPPKiteConnect
|
Represents parameters of a single GTT. More...
#include <gtt.hpp>

Public Member Functions | |
| gttParams & | Quantity (int arg) |
| gttParams & | Price (double arg) |
| gttParams & | TransactionType (const string &arg) |
| gttParams & | OrderType (const string &arg) |
| gttParams & | Product (const string &arg) |
Public Attributes | |
| int | quantity = -1 |
| double | price = -1 |
| string | transactionType |
| string | orderType |
| string | product |
Represents parameters of a single GTT.