Lean
$LEAN_TAG$
|
Provides an implementation of IStreamParser that reads files in the lean format More...
Public Member Functions | |
IEnumerable< BaseData > | Parse (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... | |
Provides an implementation of IStreamParser that reads files in the lean format
Definition at line 28 of file LeanParser.cs.
IEnumerable<BaseData> QuantConnect.ToolBox.LeanParser.Parse | ( | string | source, |
Stream | stream | ||
) |
Parses the specified input stream into an enumerable of data
source | The source file corresponding the the stream |
stream | The input stream to be parsed |
Implements QuantConnect.ToolBox.IStreamParser.
Definition at line 36 of file LeanParser.cs.
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.