|
CPPKiteConnect
|
Parameters required for the placeMfOrder method.
More...
#include <mf.hpp>

Public Member Functions | |
| placeMfOrderParams & | Quantity (int arg) |
| placeMfOrderParams & | Amount (double arg) |
| placeMfOrderParams & | Symbol (const string &arg) |
| placeMfOrderParams & | TransactionType (const string &arg) |
| placeMfOrderParams & | Tag (const string &arg) |
Public Attributes | |
| std::optional< int > | quantity |
| std::optional< double > | amount |
| string | symbol |
| string | transactionType |
| std::optional< string > | tag |
Parameters required for the placeMfOrder method.