Lean
$LEAN_TAG$
|
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... | |
Provides methods for creating data processor stacks
Definition at line 40 of file IDataProcessor.cs.
|
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.
|
static |
Creates a data processor that will aggregate and zip the requested resolutions of data
Definition at line 53 of file IDataProcessor.cs.