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

Console application for converting a single day of Kaiko data into Lean data format for high resolutions (tick, second and minute) More...

Static Public Member Functions

static void KaikoDataConverter (string sourceDirectory, string date, string exchange="")
 Kaiko data converter entry point. More...
 

Detailed Description

Console application for converting a single day of Kaiko data into Lean data format for high resolutions (tick, second and minute)

Definition at line 31 of file KaikoDataConverterProgram.cs.

Member Function Documentation

◆ KaikoDataConverter()

static void QuantConnect.ToolBox.KaikoDataConverter.KaikoDataConverterProgram.KaikoDataConverter ( string  sourceDirectory,
string  date,
string  exchange = "" 
)
static

Kaiko data converter entry point.

Parameters
sourceDirectoryThe source directory where all Kaiko zipped files are stored..
dateThe date to process.
exchangeThe exchange to process, if not defined, all exchanges will be processed.
Exceptions
ArgumentExceptionSource folder does not exists.

This converter will process automatically data for every exchange and for both tick types if the raw data files are available in the sourceDirectory

Definition at line 41 of file KaikoDataConverterProgram.cs.

Here is the call graph for this function:

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