|
CPPKiteConnect
|
MFHolding represents a individual mutualfund holding. More...
#include <responses.hpp>
Public Member Functions | |
| MFHolding (const rj::Value::Object &val) | |
| void | parse (const rj::Value::Object &val) |
Public Attributes | |
| string | folio |
| string | fund |
| string | tradingsymbol |
| double | averagePrice = 0.0 |
| double | lastPrice = 0.0 |
| string | lastPriceDate |
| double | Pnl = 0.0 |
| double | quantity = 0 |
MFHolding represents a individual mutualfund holding.
1.8.17