Expand description
WebSocket message handler for Deribit.
The handler runs in a dedicated Tokio task as the I/O boundary between the client
orchestrator and the network layer. It exclusively owns the WebSocketClient and
processes commands from the client via an unbounded channel.
Structs§
- Deribit
WsFeed Handler - Deribit WebSocket feed handler.
- Order
Context - Context for an order submitted via this handler.
Enums§
- Handler
Command - Commands sent from the client to the handler.
- Pending
Request Type - Type of pending request for request ID correlation.
Type Aliases§
- Order
Signature - Order fields used to identify a venue amendment.