|
ORE Studio 0.0.4
|
Service for managing currency market tiers. More...
#include <currency_market_tier_service.hpp>

Public Types | |
| using | context = ores::database::context |
Public Member Functions | |
| currency_market_tier_service (context ctx) | |
| std::vector< domain::currency_market_tier > | list_types () |
| std::optional< domain::currency_market_tier > | find_type (const std::string &code) |
| void | save_type (const domain::currency_market_tier &v) |
| void | save_types (const std::vector< domain::currency_market_tier > &types) |
| void | remove_type (const std::string &code) |
| void | remove_types (const std::vector< std::string > &codes) |
| std::vector< domain::currency_market_tier > | get_type_history (const std::string &code) |
Service for managing currency market tiers.