|
ORE Studio 0.0.4
|
Service for managing bond instruments. More...
#include <bond_instrument_service.hpp>

Public Types | |
| using | context = ores::database::context |
Public Member Functions | |
| bond_instrument_service (context ctx) | |
| std::vector< domain::bond_instrument > | list_bond_instruments () |
| std::vector< domain::bond_instrument > | list_bond_instruments (std::uint32_t offset, std::uint32_t limit) |
| std::uint32_t | count_bond_instruments () |
| std::optional< domain::bond_instrument > | find_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_instrument > | get_bond_instrument_history (const std::string &id) |
Service for managing bond instruments.