|
GnuCash c935c2f+
|
Data Fields | |
| const char * | ns |
| const char * | mnemonic |
| bool | success |
| std::string | type |
| boost::optional< std::string > | price |
| bool | inverted |
| boost::optional< std::string > | date |
| boost::optional< std::string > | time |
| boost::optional< std::string > | currency |
| boost::optional< std::string > | errormsg |
Definition at line 539 of file gnc-quotes.cpp.
| boost::optional<std::string> PriceParams::currency |
Definition at line 549 of file gnc-quotes.cpp.
| boost::optional<std::string> PriceParams::date |
Definition at line 547 of file gnc-quotes.cpp.
| boost::optional<std::string> PriceParams::errormsg |
Definition at line 550 of file gnc-quotes.cpp.
| bool PriceParams::inverted |
Definition at line 546 of file gnc-quotes.cpp.
| const char* PriceParams::mnemonic |
Definition at line 542 of file gnc-quotes.cpp.
| const char* PriceParams::ns |
Definition at line 541 of file gnc-quotes.cpp.
| boost::optional<std::string> PriceParams::price |
Definition at line 545 of file gnc-quotes.cpp.
| bool PriceParams::success |
Definition at line 543 of file gnc-quotes.cpp.
| boost::optional<std::string> PriceParams::time |
Definition at line 548 of file gnc-quotes.cpp.
| std::string PriceParams::type |
Definition at line 544 of file gnc-quotes.cpp.