Lean  $LEAN_TAG$
QuantConnect.Lean.Engine.Initializer Class Reference

Helper class to initialize a Lean engine More...

Static Public Member Functions

static void Start ()
 Basic common Lean initialization More...
 
static LeanEngineSystemHandlers GetSystemHandlers ()
 Get and initializes System Handler More...
 
static LeanEngineAlgorithmHandlers GetAlgorithmHandlers (bool researchMode=false)
 Get and initializes Algorithm Handler More...
 

Detailed Description

Helper class to initialize a Lean engine

Definition at line 27 of file Initializer.cs.

Member Function Documentation

◆ Start()

static void QuantConnect.Lean.Engine.Initializer.Start ( )
static

Basic common Lean initialization

Definition at line 32 of file Initializer.cs.

Here is the call graph for this function:

◆ GetSystemHandlers()

static LeanEngineSystemHandlers QuantConnect.Lean.Engine.Initializer.GetSystemHandlers ( )
static

Get and initializes System Handler

Definition at line 63 of file Initializer.cs.

Here is the call graph for this function:

◆ GetAlgorithmHandlers()

static LeanEngineAlgorithmHandlers QuantConnect.Lean.Engine.Initializer.GetAlgorithmHandlers ( bool  researchMode = false)
static

Get and initializes Algorithm Handler

Definition at line 76 of file Initializer.cs.

Here is the call graph for this function:

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