Lean  $LEAN_TAG$
QuantConnect.ToolBox.KaikoDataConverter.KaikoDataReader Class Reference

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< BaseDataGetTicksFromZipEntry (ZipEntry zipEntry)
 Gets the ticks from Kaiko file zip entry. More...
 

Detailed Description

Decompress single entry from Kaiko crypto raw data.

Definition at line 33 of file KaikoCryptoReader.cs.

Constructor & Destructor Documentation

◆ KaikoDataReader()

QuantConnect.ToolBox.KaikoDataConverter.KaikoDataReader.KaikoDataReader ( Symbol  symbol,
TickType  tickType 
)

Initializes a new instance of the KaikoDataReader class.

Parameters
symbolThe symbol.
tickTypeType of the tick.

Definition at line 43 of file KaikoCryptoReader.cs.

Member Function Documentation

◆ GetTicksFromZipEntry()

IEnumerable<BaseData> QuantConnect.ToolBox.KaikoDataConverter.KaikoDataReader.GetTicksFromZipEntry ( ZipEntry  zipEntry)

Gets the ticks from Kaiko file zip entry.

Parameters
zipEntryThe zip entry.
Returns

Definition at line 54 of file KaikoCryptoReader.cs.


The documentation for this class was generated from the following file: