Module data

Module data 

Source
Expand description

Market data WebSocket client and handler for Ax.

Re-exports§

pub use client::AxMdWebSocketClient;
pub use client::AxWsClientError;
pub use client::AxWsResult;
pub use handler::HandlerCommand;
pub use parse::parse_book_l1_quote;
pub use parse::parse_book_l2_deltas;
pub use parse::parse_book_l3_deltas;
pub use parse::parse_trade_tick;

Modules§

client
Market data WebSocket client for Ax.
handler
Market data WebSocket message handler for Ax.
parse
Parsing functions to convert Ax WebSocket messages to Nautilus domain types.