Expand description
Async data provider trait for historical and live data
This module defines the async interface for data providers that can:
- Load historical data concurrently
- Subscribe to live data streams
- Support industry-agnostic time series data
Structs§
- Null
Async Provider - A no-op async provider that returns no data
Enums§
- Async
Data Error - Error type for async data operations
Traits§
- Async
Data Provider - Async data provider trait for historical and live data
Type Aliases§
- Shared
Async Provider - Type alias for a shared async data provider