Home
last modified time | relevance | path

Searched defs:GncImportPrice (Results 1 – 1 of 1) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/csv-imp/
H A Dgnc-imp-props-price.hpp85 struct GncImportPrice struct
88 GncImportPrice (int date_format, int currency_format) : m_date_format{date_format}, in GncImportPrice() argument
107 int m_date_format;
108 int m_currency_format;
109 boost::optional<GncDate> m_date;
110 boost::optional<GncNumeric> m_amount;
111 boost::optional<gnc_commodity*> m_from_commodity;
112 boost::optional<std::string> m_from_namespace;
113 boost::optional<std::string> m_from_symbol;
114 boost::optional<gnc_commodity*> m_to_currency;
[all …]