|
GnuCash c935c2f+
|
Price of commodity on a given date. More...
Data Fields | |
| QofInstance | inst |
| GNCPriceDB * | db |
| gnc_commodity * | commodity |
| gnc_commodity * | currency |
| time64 | tmspec |
| PriceSource | source |
| const char * | type |
| gnc_numeric | value |
| guint32 | refcount |
Price of commodity on a given date.
A GNCPrice encapsulates price information: the cost of a commodity expressed as a currency, on a given date. It also holds info about the provenance of the price: where it came from, its general validity.
Definition at line 37 of file gnc-pricedb-p.h.
| gnc_commodity* GNCPrice::commodity |
Definition at line 43 of file gnc-pricedb-p.h.
| gnc_commodity* GNCPrice::currency |
Definition at line 44 of file gnc-pricedb-p.h.
| GNCPriceDB* GNCPrice::db |
Definition at line 42 of file gnc-pricedb-p.h.
| QofInstance GNCPrice::inst |
Definition at line 40 of file gnc-pricedb-p.h.
| guint32 GNCPrice::refcount |
Definition at line 51 of file gnc-pricedb-p.h.
| PriceSource GNCPrice::source |
Definition at line 46 of file gnc-pricedb-p.h.
| time64 GNCPrice::tmspec |
Definition at line 45 of file gnc-pricedb-p.h.
| const char* GNCPrice::type |
Definition at line 47 of file gnc-pricedb-p.h.
| gnc_numeric GNCPrice::value |
Definition at line 48 of file gnc-pricedb-p.h.