ores.marketdata.api
Table of Contents
Summary
ores.marketdata.api is a header-only library defining the shared contract for
the market-data domain. It provides domain types for market series, observations,
fixings, and import options, with JSON and table I/O via rfl, and the NATS
protocol schemas consumed by ores.marketdata.core and Qt clients.
Inputs
- Domain entity type definitions across
domain/headers.
Outputs
- C++ headers for market-data types with JSON and table I/O.
- NATS protocol headers for market-data operations.
Entry points
include/ores.marketdata.api/domain/,include/ores.marketdata.api/messaging/.
Dependencies
rfl,fort.
See also
- ores.marketdata.core — business logic, persistence, and NATS handlers.
