20#ifndef ORES_REFDATA_API_DOMAIN_CURRENCY_VERSION_TABLE_IO_HPP
21#define ORES_REFDATA_API_DOMAIN_CURRENCY_VERSION_TABLE_IO_HPP
25#include "ores.refdata.api/domain/currency_version.hpp"
32std::ostream&
operator<<(std::ostream& s,
const std::vector<currency_version>& v);
Domain types for risk management.
Definition EntityDetailOperations.hpp:192
std::ostream & operator<<(std::ostream &s, const book &v)
Dumps the book to a stream in JSON format.
Definition book_json_io.cpp:29