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

Service for managing bond instruments. More...

#include <bond_instrument_service.hpp>

Collaboration diagram for bond_instrument_service:
Collaboration graph

Public Types

using context = ores::database::context
 

Public Member Functions

 bond_instrument_service (context ctx)
 
std::vector< domain::bond_instrumentlist_bond_instruments ()
 
std::vector< domain::bond_instrumentlist_bond_instruments (std::uint32_t offset, std::uint32_t limit)
 
std::uint32_t count_bond_instruments ()
 
std::optional< domain::bond_instrumentfind_bond_instrument (const std::string &id)
 
void save_bond_instrument (const domain::bond_instrument &v)
 
void remove_bond_instrument (const std::string &id)
 
std::vector< domain::bond_instrumentget_bond_instrument_history (const std::string &id)
 

Detailed Description

Service for managing bond instruments.