|
Lean
$LEAN_TAG$
|
Represents a type capable of accepting a stream and parsing it into an enumerable of data More...
Public Member Functions | |
| IEnumerable< BaseData > | Parse (string source, Stream stream) |
| Parses the specified input stream into an enumerable of data More... | |
Represents a type capable of accepting a stream and parsing it into an enumerable of data
Definition at line 26 of file IStreamParser.cs.
| IEnumerable<BaseData> QuantConnect.ToolBox.IStreamParser.Parse | ( | string | source, |
| Stream | stream | ||
| ) |
Parses the specified input stream into an enumerable of data
| source | The source of the stream |
| stream | The input stream to be parsed |
Implemented in QuantConnect.ToolBox.LeanParser.