ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
fx_convention_service Class Reference

Service for managing FX conventions. More...

#include <fx_convention_service.hpp>

Collaboration diagram for fx_convention_service:
Collaboration graph

Public Types

using context = ores::database::context
 

Public Member Functions

 fx_convention_service (context ctx)
 
std::vector< domain::fx_conventionlist_fx_conventions ()
 
std::optional< domain::fx_conventionget_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_conventionget_fx_convention_history (const std::string &id)
 

Detailed Description

Service for managing FX conventions.