Overview
Pluggable integration point for market data providers. Supports both real-time and historical data sources. Simulated in prototype.
Contract
Consumers
- MarketDataFeedHandler
Types
| Name | Base | Constraints / Values | Description |
|---|---|---|---|
| MarketTick | dataclass | — | Real-time market data tick |
Operations
stream
Yield MarketTick events for all configured symbols.
| Parameter | Type | Required | Constraints |
|---|---|---|---|
ticks_per_symbol | int | — | — |
Returns: Iterator[MarketTick] — Stream of market tick events