Expand description
§rangebar-streaming has been renamed to opendeviationbar-streaming
This crate is a shim that re-exports everything from
opendeviationbar-streaming.
§Migration
Update your Cargo.toml:
# Before
rangebar-streaming = "12"
# After
opendeviationbar-streaming = "12"Modules§
- processor
- replay_
buffer - Replay buffer for storing and replaying recent trade data
- ring_
buffer - Fixed-size ring buffer for streaming open deviation bars (Issue #96 Task #9)
Structs§
- Replay
Buffer - A circular buffer that stores recent trades and provides replay functionality
- Replay
Buffer Stats - Statistics about the replay buffer
- Streaming
Processor - Production streaming processor with bounded memory