Lean  $LEAN_TAG$
QuantConnect.ToolBox.LeanParser Class Reference

Provides an implementation of IStreamParser that reads files in the lean format More...

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

Public Member Functions

IEnumerable< BaseDataParse (string source, Stream stream)
 Parses the specified input stream into an enumerable of data More...
 
void Dispose ()
 Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. More...
 

Detailed Description

Provides an implementation of IStreamParser that reads files in the lean format

Definition at line 28 of file LeanParser.cs.

Member Function Documentation

◆ Parse()

IEnumerable<BaseData> QuantConnect.ToolBox.LeanParser.Parse ( string  source,
Stream  stream 
)

Parses the specified input stream into an enumerable of data

Parameters
sourceThe source file corresponding the the stream
streamThe input stream to be parsed
Returns
An enumerable of base data

Implements QuantConnect.ToolBox.IStreamParser.

Definition at line 36 of file LeanParser.cs.

Here is the call graph for this function:

◆ Dispose()

void QuantConnect.ToolBox.LeanParser.Dispose ( )

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Definition at line 61 of file LeanParser.cs.


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