Expand description
Rust SDK for the mmflow market-data API: a blocking REST client (OHLCV candles) and a WebSocket client implementing the documented JSON protocol (auth/subscribe -> typed data frames).
Structs§
- Candle
- One normalized OHLCV bar (time in epoch ms).
- Client
- Blocking REST client.
- Message
Meta - Metadata accompanying each data frame.
- Socket
- Blocking WebSocket client. Register subscriptions, then
runthe receive loop;runauthenticates, sends every subscription, invokeson_datafor eachdataframe, and replays subscriptions after reconnect. - Socket
Options - WebSocket client options.