|
Lean
$LEAN_TAG$
|
Decompress single entry from Kaiko crypto raw data. More...
Public Member Functions | |
| KaikoDataReader (Symbol symbol, TickType tickType) | |
| Initializes a new instance of the KaikoDataReader class. More... | |
| IEnumerable< BaseData > | GetTicksFromZipEntry (ZipEntry zipEntry) |
| Gets the ticks from Kaiko file zip entry. More... | |
Decompress single entry from Kaiko crypto raw data.
Definition at line 33 of file KaikoCryptoReader.cs.
| QuantConnect.ToolBox.KaikoDataConverter.KaikoDataReader.KaikoDataReader | ( | Symbol | symbol, |
| TickType | tickType | ||
| ) |
Initializes a new instance of the KaikoDataReader class.
| symbol | The symbol. |
| tickType | Type of the tick. |
Definition at line 43 of file KaikoCryptoReader.cs.
| IEnumerable<BaseData> QuantConnect.ToolBox.KaikoDataConverter.KaikoDataReader.GetTicksFromZipEntry | ( | ZipEntry | zipEntry | ) |
Gets the ticks from Kaiko file zip entry.
| zipEntry | The zip entry. |
Definition at line 54 of file KaikoCryptoReader.cs.