ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Types | Public Attributes | Static Public Attributes | List of all members
export_market_data_to_storage_request Struct Reference

Exports all market data series to object storage. More...

#include <market_series_protocol.hpp>

Collaboration diagram for export_market_data_to_storage_request:
Collaboration graph

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
 

Detailed Description

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.

Member Data Documentation

◆ nats_subject

constexpr std::string_view nats_subject
staticconstexpr
Initial value:
=
"marketdata.v1.series.export-to-storage"