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

Public Member Functions | |
| placeMfSipParams & | Installments (int arg) |
| placeMfSipParams & | InstallmentDay (int arg) |
| placeMfSipParams & | Amount (double arg) |
| placeMfSipParams & | InitialAmount (double arg) |
| placeMfSipParams & | Symbol (const string &arg) |
| placeMfSipParams & | Frequency (const string &arg) |
| placeMfSipParams & | Tag (const string &arg) |
Public Attributes | |
| int | installments |
| std::optional< int > | installmentDay |
| double | amount |
| std::optional< double > | initialAmount |
| string | symbol |
| string | frequency |
| std::optional< string > | tag |
Parameters required for the placeMfSip method.