Module handler

Module handler 

Source
Expand description

Message handler for dYdX WebSocket streams.

This module processes incoming WebSocket messages and converts them into Nautilus domain objects.

The handler owns the WebSocketClient exclusively and runs in a dedicated Tokio task within the lock-free I/O boundary.

Structs§

FeedHandler
Processes incoming WebSocket messages and converts them to Nautilus domain objects.

Enums§

HandlerCommand
Commands sent to the feed handler.