|
Lean
$LEAN_TAG$
|
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< MapFile > | ReadMapFileZip (Stream file, string market, SecurityType securityType) |
| Reads the zip bytes as text and parses as MapFileRows to create MapFiles More... | |
Helper class for handling mapfile zip files
Definition at line 26 of file MapFileZipHelper.cs.
|
static |
Gets the mapfile zip filename for the specified date
Definition at line 31 of file MapFileZipHelper.cs.
|
static |
Reads the zip bytes as text and parses as MapFileRows to create MapFiles
Definition at line 39 of file MapFileZipHelper.cs.