|
CPPKiteConnect
|
Parameters required for the placeOrder method.
More...
#include <order.hpp>

Public Member Functions | |
| placeOrderParams & | Quantity (int arg) |
| placeOrderParams & | DisclosedQuantity (int arg) |
| placeOrderParams & | ValidityTtl (int arg) |
| placeOrderParams & | IcebergLegs (int arg) |
| placeOrderParams & | IcebergQuantity (int arg) |
| placeOrderParams & | Price (double arg) |
| placeOrderParams & | TriggerPrice (double arg) |
| placeOrderParams & | SquareOff (double arg) |
| placeOrderParams & | StopLoss (double arg) |
| placeOrderParams & | TrailingStopLoss (double arg) |
| placeOrderParams & | Variety (const string &arg) |
| placeOrderParams & | Exchange (const string &arg) |
| placeOrderParams & | Symbol (const string &arg) |
| placeOrderParams & | TransactionType (const string &arg) |
| placeOrderParams & | Product (const string &arg) |
| placeOrderParams & | OrderType (const string &arg) |
| placeOrderParams & | Validity (const string &arg) |
| placeOrderParams & | Tag (const string &arg) |
Parameters required for the placeOrder method.