Lean  $LEAN_TAG$
QuantConnect.ToolBox.RandomDataGenerator.RandomDataGenerator Class Reference

Generates random data according to the specified parameters More...

Public Member Functions

void Init (RandomDataGeneratorSettings settings, SecurityManager securityManager)
 Initializes RandomDataGenerator instance fields More...
 
void Run ()
 Starts data generation More...
 

Static Public Member Functions

static DateTime GetDateMidpoint (DateTime start, DateTime end)
 
static DateTime GetDelistingDate (DateTime start, DateTime end, RandomValueGenerator randomValueGenerator)
 
static IEnumerable< TickAggregatorCreateAggregators (RandomDataGeneratorSettings settings, TickType[] tickTypes)
 

Detailed Description

Generates random data according to the specified parameters

Definition at line 31 of file RandomDataGenerator.cs.

Member Function Documentation

◆ Init()

void QuantConnect.ToolBox.RandomDataGenerator.RandomDataGenerator.Init ( RandomDataGeneratorSettings  settings,
SecurityManager  securityManager 
)

Initializes RandomDataGenerator instance fields

Parameters
settingsrandom data generation settings
securityManagersecurity management

Definition at line 41 of file RandomDataGenerator.cs.

◆ Run()

void QuantConnect.ToolBox.RandomDataGenerator.RandomDataGenerator.Run ( )

Starts data generation

Definition at line 50 of file RandomDataGenerator.cs.

Here is the call graph for this function:

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