use ;
use BinanceTradeData;
/// Binance-specific WebSocket event variants.
///
/// The decoder maps each incoming frame to one of these variants.
/// `DepthSnapshot` is NOT produced by the decoder — it is synthesised
/// by the `BookInitializer` pipeline stage from a REST response.