25 #ifndef GNC_PRICEDB_P_H 26 #define GNC_PRICEDB_P_H 39 gnc_commodity *commodity;
40 gnc_commodity *currency;
52 QofInstanceClass parent_class;
58 GHashTable *commodity_hash;
60 gboolean reset_nth_price_cache;
65 QofInstanceClass parent_class;
77 LOOKUP_NEAREST_IN_TIME,
82 typedef struct gnc_price_lookup_helper_s
89 #define gnc_price_set_guid(P,G) qof_instance_set_guid(QOF_INSTANCE(P),(G)) 90 void gnc_pricedb_substitute_commodity(GNCPriceDB *db,
92 gnc_commodity *new_c);
95 gboolean gnc_pricedb_register (
void);
97 QofBackend * xaccPriceDBGetBackend (GNCPriceDB *prdb);
a simple price database for gnucash
Price of commodity on a given date.
All type declarations for the whole Gnucash engine.
PriceSource
Price source enum.
gint64 time64
Many systems, including Microsoft Windows and BSD-derived Unixes like Darwin, are retaining the int-3...