Commit Graph

3 Commits

Author SHA1 Message Date
mblouin02 629fd7b552 Fix IEXDataQueueHandler data feed
When selecting IEXDataQueueHandler as a data source for live trading,
it would not connect. The following fixed the issue:

- Updated Socket IO NuGet package (and its dependencies) to latest;

- In GzipStreamProvider, removed obsolete "using" statement refering
to deprecated Socket IO API (using statement was not used anyways);

- Increased the reconnection delay value to its recommended
value (1000ms), this was necessary for the feed to connect;

- Minor change in IEXDataQueueHandler to parse Json message.
"(JObject)message" would compile, but threw a runtime error, as this
formulation could not implicitly convert string to JObject. Used
the cleaner "JObject.Parse()" method instead.
2018-07-09 08:07:20 -04:00
Feras Salim 2258c5129e Changed: Ivolatility integration PR cleanup
Close opened streams, re-name namespace and add initial support for factor file generation.
2018-02-26 12:26:53 -05:00
Feras Salim d6e3890db9 Added: Initial support for Ivolatility equity data import
ToolBox support for converting Ivolatility equity data to
Lean TradeBar format for min,hour,day resolutions.
Also adds Gzip stream reader to list of supported zip formats.
2018-02-02 15:41:17 -05:00