pub const DEFAULT_REST_BASE_URL: &str = "https://demo-api.ig.com/gateway/deal";Expand description
Default IG REST gateway: the demo environment.
Pointing the client at production requires an explicit opt-in (setting
IG_REST_BASE_URL or supplying a
crate::application::config::RestApiConfig directly).