Represents information about a mutual fund instrument.
More...
#include <mf.hpp>
|
|
| mfInstrument (const std::vector< string > &row) |
| |
|
void | parse (const std::vector< string > &tokens) |
| |
|
|
double | minimumPurchaseAmount = -1 |
| |
|
double | purchaseAmountMultiplier = -1 |
| |
|
double | minimumAdditionalPurchaseAmount = -1 |
| |
|
double | minimumRedemptionQuantity = -1 |
| |
|
double | redemptionQuantityMultiplier = -1 |
| |
|
double | lastPrice = -1 |
| |
|
bool | purchaseAllowed = false |
| |
|
bool | redemptionAllowed = false |
| |
|
string | tradingsymbol |
| |
|
string | amc |
| |
|
string | name |
| |
|
string | dividendType |
| |
|
string | schemeType |
| |
|
string | plan |
| |
|
string | settlementType |
| |
|
string | lastPriceDate |
| |
|
|
static constexpr uint8_t | TRADINGSYMBOL_IDX = 0 |
| |
|
static constexpr uint8_t | AMC_IDX = 1 |
| |
|
static constexpr uint8_t | NAME_IDX = 2 |
| |
|
static constexpr uint8_t | PURCHASE_ALLOWED_IDX = 3 |
| |
|
static constexpr uint8_t | REDEMPTION_ALLOWED_IDX = 4 |
| |
|
static constexpr uint8_t | MIN_PURCHASE_AMOUNT_IDX = 5 |
| |
|
static constexpr uint8_t | PURCHASE_AMOUNT_MUL_IDX = 6 |
| |
|
static constexpr uint8_t | MIN_ADDITIONAL_PURCHASE_AMOUNT_IDX = 7 |
| |
|
static constexpr uint8_t | MIN_REDEMPTION_QUANTITY_IDX = 8 |
| |
|
static constexpr uint8_t | REDEMPTION_QUANTITY_MUL_IDX = 9 |
| |
|
static constexpr uint8_t | DIVIDEND_TYPE_IDX = 10 |
| |
|
static constexpr uint8_t | SCHEME_TYPE_IDX = 11 |
| |
|
static constexpr uint8_t | PLAN_IDX = 12 |
| |
|
static constexpr uint8_t | SETTLEMENT_TYPE_IDX = 13 |
| |
|
static constexpr uint8_t | LAST_PRICE_IDX = 14 |
| |
|
static constexpr uint8_t | LAST_PRICE_DATE_IDX = 15 |
| |
Represents information about a mutual fund instrument.
The documentation for this struct was generated from the following file:
- /builds/kite/infra/cppkiteconnect-docs/cppkiteconnect/include/kitepp/responses/mf.hpp