pub const DEFAULT_WS_URL: &str = "wss://demo-apd.marketdatasystems.com";Expand description
Default Lightstreamer endpoint: the demo environment. Production
requires an explicit opt-in via IG_WS_URL or a
crate::application::config::WebSocketConfig supplied by the caller.