Lean  $LEAN_TAG$
QuantConnect.ToolBox.IDataProcessor Interface Reference

Specifies a piece of processing that should be performed against a source file More...

Inheritance diagram for QuantConnect.ToolBox.IDataProcessor:
[legend]

Public Member Functions

void Process (IBaseData data)
 Invoked for each piece of data from the source file More...
 

Detailed Description

Specifies a piece of processing that should be performed against a source file

Definition at line 28 of file IDataProcessor.cs.

Member Function Documentation

◆ Process()

void QuantConnect.ToolBox.IDataProcessor.Process ( IBaseData  data)

Invoked for each piece of data from the source file

Parameters
dataThe data to be processed

Implemented in QuantConnect.ToolBox.PipeDataProcessor, QuantConnect.ToolBox.CsvDataProcessor, QuantConnect.ToolBox.ConsolidatorDataProcessor, and QuantConnect.ToolBox.FilteredDataProcessor.


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