|
ORE Studio 0.0.4
|
Reads and writes currency asset classes to data storage. More...
#include <monetary_nature_repository.hpp>

Public Types | |
| using | context = ores::database::context |
Public Member Functions | |
| std::string | sql () |
| void | write (context ctx, const domain::monetary_nature &v) |
| void | write (context ctx, const std::vector< domain::monetary_nature > &v) |
| std::vector< domain::monetary_nature > | read_latest (context ctx) |
| std::vector< domain::monetary_nature > | read_latest (context ctx, const std::string &code) |
| std::vector< domain::monetary_nature > | read_all (context ctx, const std::string &code) |
| void | remove (context ctx, const std::string &code) |
| void | remove (context ctx, const std::vector< std::string > &codes) |
| Deletes monetary natures by closing their temporal validity. | |
Reads and writes currency asset classes to data storage.