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

Service for managing overnight index conventions. More...

#include <overnight_index_convention_service.hpp>

Collaboration diagram for overnight_index_convention_service:
Collaboration graph

Public Types

using context = ores::database::context
 

Public Member Functions

 overnight_index_convention_service (context ctx)
 
std::vector< domain::overnight_index_conventionlist_overnight_index_conventions ()
 
std::optional< domain::overnight_index_conventionget_overnight_index_convention (const std::string &id)
 
void save_overnight_index_convention (const domain::overnight_index_convention &v)
 
void remove_overnight_index_convention (const std::string &id)
 
std::vector< domain::overnight_index_conventionget_overnight_index_convention_history (const std::string &id)
 

Detailed Description

Service for managing overnight index conventions.