Module client

Module client 

Source
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 parses incoming messages into structured Nautilus domain objects.

Structsยง

BitmexWebSocketClient
Provides a WebSocket client for connecting to the BitMEX real-time API.