|
CPPKiteConnect
|
Parameters required for the placeGtt method.
More...
#include <gtt.hpp>

Public Member Functions | |
| placeGttParams & | LastPrice (double arg) |
| placeGttParams & | TriggerType (const string &arg) |
| placeGttParams & | Symbol (const string &arg) |
| placeGttParams & | Exchange (const string &arg) |
| placeGttParams & | TriggerValues (const std::vector< double > &arg) |
| placeGttParams & | GttParamsList (const std::vector< gttParams > &arg) |
Public Attributes | |
| double | lastPrice = -1 |
| string | triggerType |
| string | symbol |
| string | exchange |
| std::vector< double > | triggerValues |
| std::vector< gttParams > | gttParamsList |
Parameters required for the placeGtt method.