1 2 3 4 5 6 7
//! WebSocket stream modules for real-time data. //! //! - [`account`] — account/order update stream //! - [`market`] — real-time market quotes stream pub mod account; pub mod market;