Skip to main content

Crate rangebar_streaming

Crate rangebar_streaming 

Source
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§

ReplayBuffer
A circular buffer that stores recent trades and provides replay functionality
ReplayBufferStats
Statistics about the replay buffer
StreamingProcessor
Production streaming processor with bounded memory