Lean  $LEAN_TAG$
QuantConnect.ToolBox.DataProcessor Class Reference

Provides methods for creating data processor stacks More...

Static Public Member Functions

static IDataProcessor FilteredBy (this IDataProcessor processor, Func< IBaseData, bool > predicate)
 Creates a new data processor that will filter in input data before piping it into the specified processor More...
 
static IDataProcessor Zip (string dataDirectory, IEnumerable< Resolution > resolutions, TickType tickType, bool sourceIsTick)
 Creates a data processor that will aggregate and zip the requested resolutions of data More...
 

Detailed Description

Provides methods for creating data processor stacks

Definition at line 40 of file IDataProcessor.cs.

Member Function Documentation

◆ FilteredBy()

static IDataProcessor QuantConnect.ToolBox.DataProcessor.FilteredBy ( this IDataProcessor  processor,
Func< IBaseData, bool >  predicate 
)
static

Creates a new data processor that will filter in input data before piping it into the specified processor

Definition at line 45 of file IDataProcessor.cs.

◆ Zip()

static IDataProcessor QuantConnect.ToolBox.DataProcessor.Zip ( string  dataDirectory,
IEnumerable< Resolution resolutions,
TickType  tickType,
bool  sourceIsTick 
)
static

Creates a data processor that will aggregate and zip the requested resolutions of data

Definition at line 53 of file IDataProcessor.cs.


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