Lean  $LEAN_TAG$
QuantConnect.Data.Auxiliary.MapFileZipHelper Class Reference

Helper class for handling mapfile zip files More...

Static Public Member Functions

static string GetMapFileZipFileName (string market, DateTime date, SecurityType securityType)
 Gets the mapfile zip filename for the specified date More...
 
static IEnumerable< MapFileReadMapFileZip (Stream file, string market, SecurityType securityType)
 Reads the zip bytes as text and parses as MapFileRows to create MapFiles More...
 

Detailed Description

Helper class for handling mapfile zip files

Definition at line 26 of file MapFileZipHelper.cs.

Member Function Documentation

◆ GetMapFileZipFileName()

static string QuantConnect.Data.Auxiliary.MapFileZipHelper.GetMapFileZipFileName ( string  market,
DateTime  date,
SecurityType  securityType 
)
static

Gets the mapfile zip filename for the specified date

Definition at line 31 of file MapFileZipHelper.cs.

Here is the call graph for this function:

◆ ReadMapFileZip()

static IEnumerable<MapFile> QuantConnect.Data.Auxiliary.MapFileZipHelper.ReadMapFileZip ( Stream  file,
string  market,
SecurityType  securityType 
)
static

Reads the zip bytes as text and parses as MapFileRows to create MapFiles

Definition at line 39 of file MapFileZipHelper.cs.

Here is the call graph for this function:

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