Module spot

Source
Expand description

Binance spot market implementation Binance Spot market implementation

This module implements the Provider trait for the Binance Spot market, allowing for high-performance data acquisition and normalization.

Re-exports§

pub use feeder::BinanceSpotFeeder;
pub use provider::BinanceSpotProvider;

Modules§

data
Data models for Binance Spot market
feeder
Binance Spot exchange-specific feeder implementation
message_handler
Binance Spot WebSocket message handler implementation
message_handler_zerocopy
Zero-copy Binance Spot WebSocket message handler implementation
provider
Binance Spot market provider implementation
types
Type definitions and constants for Binance Spot markets