Lean  $LEAN_TAG$
QuantConnect.ToolBox.StreamProvider Class Reference

Provides factor method for creating an IStreamProvider from a file name More...

Static Public Member Functions

static IStreamProvider ForExtension (string extension)
 Creates a new IStreamProvider capable of reading a file with the specified extenson More...
 

Detailed Description

Provides factor method for creating an IStreamProvider from a file name

Definition at line 44 of file IStreamProvider.cs.

Member Function Documentation

◆ ForExtension()

static IStreamProvider QuantConnect.ToolBox.StreamProvider.ForExtension ( string  extension)
static

Creates a new IStreamProvider capable of reading a file with the specified extenson

Parameters
extensionThe file extension
Returns
A new stream provider capable of reading files with the specified extension

Definition at line 51 of file IStreamProvider.cs.

Here is the caller graph for this function:

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