|
ORE Studio 0.0.4
|
Service for managing FX conventions. More...
#include <fx_convention_service.hpp>

Public Types | |
| using | context = ores::database::context |
Public Member Functions | |
| fx_convention_service (context ctx) | |
| std::vector< domain::fx_convention > | list_fx_conventions () |
| std::optional< domain::fx_convention > | get_fx_convention (const std::string &id) |
| void | save_fx_convention (const domain::fx_convention &v) |
| void | remove_fx_convention (const std::string &id) |
| std::vector< domain::fx_convention > | get_fx_convention_history (const std::string &id) |
Service for managing FX conventions.