Module types

Source
Expand description

Common type definitions Common data types for Binance API integrations

This module provides optimized data structures for high-frequency trading with Binance APIs, focusing on minimal allocations and zero-copy processing.

Structsยง

BinanceErrorResponse
Binance API error response
BinanceExchangeInfoResponse
Binance exchange info response
BinanceHistoricalTrade
Binance historical trades response
BinanceListenKeyResponse
Binance user data listen key response
BinanceOrderbookSnapshot
Binance orderbook snapshot response
BinanceOrderbookUpdate
Binance orderbook update structure Optimized for minimal allocations with SmallVec
BinanceRateLimit
Binance rate limit information
BinanceSubscriptionResponse
Stream subscription response
BinanceSymbolInfo
Symbol information from Binance exchange
BinanceTicker
Binance ticker structure
BinanceTradeUpdate
Binance trade update structure