|
Lean
$LEAN_TAG$
|
Enumerator for converting AlgoSeek futures files into Ticks. More...
Public Member Functions | |
| AlgoSeekFuturesReader (string file, Dictionary< string, decimal > symbolMultipliers, HashSet< string > symbolFilter=null) | |
| Enumerate through the lines of the algoseek files. More... | |
| bool | MoveNext () |
| Parse the next line of the algoseek future file. More... | |
| void | Reset () |
| Reset the enumerator for the AlgoSeekFuturesReader More... | |
| void | Dispose () |
| Dispose of the underlying AlgoSeekFuturesReader More... | |
Properties | |
| Tick | Current [get] |
| Current top of the tick file. More... | |
Enumerator for converting AlgoSeek futures files into Ticks.
Definition at line 33 of file AlgoSeekFuturesReader.cs.
| QuantConnect.ToolBox.AlgoSeekFuturesConverter.AlgoSeekFuturesReader.AlgoSeekFuturesReader | ( | string | file, |
| Dictionary< string, decimal > | symbolMultipliers, | ||
| HashSet< string > | symbolFilter = null |
||
| ) |
Enumerate through the lines of the algoseek files.
| file | BZ File for AlgoSeek |
| symbolMultipliers | Symbol price multiplier |
| symbolFilter | Symbol filter to apply, if any |
Definition at line 56 of file AlgoSeekFuturesReader.cs.
| bool QuantConnect.ToolBox.AlgoSeekFuturesConverter.AlgoSeekFuturesReader.MoveNext | ( | ) |
Parse the next line of the algoseek future file.
Definition at line 89 of file AlgoSeekFuturesReader.cs.
| void QuantConnect.ToolBox.AlgoSeekFuturesConverter.AlgoSeekFuturesReader.Reset | ( | ) |
Reset the enumerator for the AlgoSeekFuturesReader
Definition at line 119 of file AlgoSeekFuturesReader.cs.
| void QuantConnect.ToolBox.AlgoSeekFuturesConverter.AlgoSeekFuturesReader.Dispose | ( | ) |
Dispose of the underlying AlgoSeekFuturesReader
Definition at line 127 of file AlgoSeekFuturesReader.cs.
|
get |
Current top of the tick file.
Definition at line 106 of file AlgoSeekFuturesReader.cs.