Lean  $LEAN_TAG$
QuantConnect.ToolBox.IStreamParser Interface Reference

Represents a type capable of accepting a stream and parsing it into an enumerable of data More...

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

Public Member Functions

IEnumerable< BaseDataParse (string source, Stream stream)
 Parses the specified input stream into an enumerable of data More...
 

Detailed Description

Represents a type capable of accepting a stream and parsing it into an enumerable of data

Definition at line 26 of file IStreamParser.cs.

Member Function Documentation

◆ Parse()

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

Parses the specified input stream into an enumerable of data

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

Implemented in QuantConnect.ToolBox.LeanParser.


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