|
ORE Studio 0.0.4
|
Service for managing trade ID types. More...
#include <trade_id_type_service.hpp>

Public Types | |
| using | context = ores::database::context |
Public Member Functions | |
| trade_id_type_service (context ctx) | |
| std::vector< domain::trade_id_type > | list_id_types () |
| std::optional< domain::trade_id_type > | find_id_type (const std::string &code) |
| void | save_id_type (const domain::trade_id_type &v) |
| void | save_id_types (const std::vector< domain::trade_id_type > &id_types) |
| void | remove_id_type (const std::string &code) |
| void | remove_id_types (const std::vector< std::string > &codes) |
| Removes multiple trade ID types. | |
| std::vector< domain::trade_id_type > | get_id_type_history (const std::string &code) |
Service for managing trade ID types.