ores.marketdata.api
Table of Contents
2. 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 UI clients.
3. Inputs
- Domain entity type definitions across
domain/headers.
4. Outputs
- C++ headers for market-data types with JSON and table I/O.
- NATS protocol headers for market-data operations.
5. Entry points
include/ores.marketdata.api/domain/,include/ores.marketdata.api/messaging/.
6. Dependencies
rfl,fort.
7. See also
- ores.marketdata.core — business logic, persistence, and NATS handlers.
