026ba6ed5b
* Changed argument exceptions so that they used the nameof() operator for parameter names * Update IQSocket.cs --------- Co-authored-by: John Doe <john@doe> Co-authored-by: Martin-Molinero <martin@quantconnect.com>
Setup IQFeed
1. Sign up for IQFeed
2. Install IQFeed Client
3. Configuration
3.1. Docker for Windows
Edit Launcher/config.json
- Set
"environment"to"live-interactive-iqfeed" - Set
"iqfeed-host"to"host.docker.internal"
Edit run_docker_iqfeed.bat
- Set
"iqfeed_product_name" - Set
"iqfeed_version" - Set
"iqfeed_login"(optional) - Set
"iqfeed_password"(optional)
Start IQConnect and Lean docker image
Simply by running run_docker_iqfeed.bat this will automatically start IQConnect with your provided settings and start the Lean docker image.
3.2. Standard on Windows
Edit Launcher/config.json
- Set
"environment"to"live-interactive-iqfeed" - Set
"iqfeed-username" - Set
"iqfeed-password" - Set
"iqfeed-productName"