|
ORE Studio 0.0.4
|
Exports all market data series to object storage. More...
#include <market_series_protocol.hpp>

Public Types | |
| using | response_type = export_market_data_to_storage_response |
Public Attributes | |
| std::string | storage_bucket |
| std::string | storage_key |
Static Public Attributes | |
| static constexpr std::string_view | nats_subject |
Exports all market data series to object storage.
The handler fetches all series for the tenant, serialises to MsgPack, compresses with gzip, and uploads to storage. Returns the storage key and series count. Used by the report execution workflow.
|
staticconstexpr |