Expand description
Replay buffer for storing and replaying recent trade data
This module provides a circular buffer that stores recent trades and allows replaying them at different speeds for testing and analysis.
Structsยง
- Replay
Buffer - A circular buffer that stores recent trades and provides replay functionality
- Replay
Buffer Stats - Statistics about the replay buffer
- Replay
Stream - A stream that replays trades at a specified speed