|
CPPKiteConnect
|
Represents information of a mutual fund holding. More...
#include <mf.hpp>

Public Member Functions | |
| mfHolding (const rj::Value::Object &val) | |
| void | parse (const rj::Value::Object &val) |
Public Attributes | |
| double | averagePrice = -1 |
| double | lastPrice = -1 |
| double | Pnl = -1 |
| double | quantity = -1 |
| string | folio |
| string | fund |
| string | tradingsymbol |
| string | lastPriceDate |
Represents information of a mutual fund holding.