1c3d849ad5
* Reconcile duplicated code * Add License header * CS0219 Fixes: Value assigned, but never used * CA1507: Use nameof in place of string literals * CS0108 : Hides Inherited Member; Use new keyword to overwrite formally * CS0114: Hides inherited member; use override keyword * CS0168: Variable is declared but never used * Tests CS1062; using obsolete implicit Symbol -> String; fix via .ToString() * CS0472: Non Nullable Obj getting Null Checked * CS0067 Member not used; ignore all cases for future use * CS00162 : Unreachable code; either removed or ignored for debugging and test cases * CS0169 Remove non-used fields; ignore those that may be used in future * CS0414; Field is assigned but never used. * CS0618; Obsolete properties and members; Only fixes simple ones, rest will have to broken up * CS0649; Field never assigned too * CS0659 & CS0661 ; Overwrite operators and equals but not hashcode; I don't really override it but just call base * Small comment fix * Cleanup pragma statement
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"