Skip to main content

Module handler

Module handler 

Source
Expand description

Message handler for dYdX WebSocket streams.

The handler owns the WebSocketClient exclusively and runs in a dedicated Tokio task within the lock-free I/O boundary. It deserializes raw messages into venue-specific types without converting to Nautilus domain objects.

Structs§

FeedHandler
Deserializes incoming WebSocket messages into venue-specific types.

Enums§

HandlerCommand
Commands sent to the feed handler.