Module messages

Module messages 

Source
Expand description

Binance Spot WebSocket API message types.

This module defines:

  • HandlerCommand: Commands sent from the client to the handler.
  • NautilusWsApiMessage: Output messages emitted by the handler to the client.
  • Request/response structures for the Binance WebSocket API.

Modules§

method
WebSocket API method names.

Structs§

WsApiErrorResponse
WebSocket API error response (JSON).
WsApiRequest
WebSocket API request wrapper.

Enums§

HandlerCommand
Commands sent from the outer client to the inner handler.
NautilusWsApiMessage
Normalized output message from the WebSocket API handler.
RequestMeta
Metadata for a pending request.