Module replay_buffer

Module replay_buffer 

Source
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ยง

ReplayBuffer
A circular buffer that stores recent trades and provides replay functionality
ReplayBufferStats
Statistics about the replay buffer
ReplayStream
A stream that replays trades at a specified speed