Expand description
Provides the WebSocket client integration for the BitMEX WebSocket API.
This module defines and implements a BitmexWebSocketClient for
connecting to BitMEX WebSocket streams. It handles authentication (when credentials
are provided), manages subscriptions to market data and account update channels,
and emits venue-specific message types for consumers to parse.
Structsยง
- Bitmex
WebSocket Client - Provides a WebSocket client for connecting to the BitMEX real-time API.