20#ifndef ORES_MARKETDATA_API_MESSAGING_IMPORT_PROTOCOL_HPP
21#define ORES_MARKETDATA_API_MESSAGING_IMPORT_PROTOCOL_HPP
26namespace ores::marketdata::messaging {
37 using response_type =
struct import_market_data_response;
38 static constexpr std::string_view nats_subject =
"marketdata.v1.import";
57struct import_market_data_response {
61 int observation_count = 0;
Request to import ORE market.txt and/or fixings.txt content.
Definition import_protocol.hpp:36
std::string market_data_content
Full text content of an ORE market.txt file.
Definition import_protocol.hpp:46
std::string fixings_content
Full text content of an ORE fixings.txt file.
Definition import_protocol.hpp:54