Lean  $LEAN_TAG$
QuantConnect.ToolBox.CoarseUniverseGenerator.CoarseUniverseGeneratorProgram Class Reference

Coarse More...

Public Member Functions

 CoarseUniverseGeneratorProgram (DirectoryInfo dailyDataFolder, DirectoryInfo destinationFolder, string market, FileInfo blackListedTickersFile, string reservedWordsPrefix, IMapFileProvider mapFileProvider, IFactorFileProvider factorFileProvider, bool debugEnabled=false)
 Initializes a new instance of the CoarseUniverseGeneratorProgram class. More...
 
bool Run (out ConcurrentDictionary< SecurityIdentifier, List< CoarseFundamental >> coarsePerSecurity, out DateTime[] dates)
 Runs this instance. More...
 

Static Public Member Functions

static bool CoarseUniverseGenerator ()
 Runs the Coarse universe generator with default values. More...
 

Static Public Attributes

const FundamentalProperty HasFundamentalSource = FundamentalProperty.CompanyReference_CompanyId
 Has fundamental data source More...
 

Detailed Description

Coarse

Definition at line 41 of file CoarseUniverseGeneratorProgram.cs.

Constructor & Destructor Documentation

◆ CoarseUniverseGeneratorProgram()

QuantConnect.ToolBox.CoarseUniverseGenerator.CoarseUniverseGeneratorProgram.CoarseUniverseGeneratorProgram ( DirectoryInfo  dailyDataFolder,
DirectoryInfo  destinationFolder,
string  market,
FileInfo  blackListedTickersFile,
string  reservedWordsPrefix,
IMapFileProvider  mapFileProvider,
IFactorFileProvider  factorFileProvider,
bool  debugEnabled = false 
)

Initializes a new instance of the CoarseUniverseGeneratorProgram class.

Parameters
dailyDataFolderThe daily data folder.
destinationFolderThe destination folder.
marketThe market.
blackListedTickersFileThe black listed tickers file.
reservedWordsPrefixThe reserved words prefix.
mapFileProviderThe map file provider.
factorFileProviderThe factor file provider.
debugEnabledif set to true [debug enabled].

Definition at line 86 of file CoarseUniverseGeneratorProgram.cs.

Here is the caller graph for this function:

Member Function Documentation

◆ CoarseUniverseGenerator()

static bool QuantConnect.ToolBox.CoarseUniverseGenerator.CoarseUniverseGeneratorProgram.CoarseUniverseGenerator ( )
static

Runs the Coarse universe generator with default values.

Returns

Definition at line 59 of file CoarseUniverseGeneratorProgram.cs.

Here is the call graph for this function:

◆ Run()

bool QuantConnect.ToolBox.CoarseUniverseGenerator.CoarseUniverseGeneratorProgram.Run ( out ConcurrentDictionary< SecurityIdentifier, List< CoarseFundamental >>  coarsePerSecurity,
out DateTime[]  dates 
)

Runs this instance.

Returns

Definition at line 110 of file CoarseUniverseGeneratorProgram.cs.

Here is the call graph for this function:

Member Data Documentation

◆ HasFundamentalSource

const FundamentalProperty QuantConnect.ToolBox.CoarseUniverseGenerator.CoarseUniverseGeneratorProgram.HasFundamentalSource = FundamentalProperty.CompanyReference_CompanyId
static

Has fundamental data source

Definition at line 46 of file CoarseUniverseGeneratorProgram.cs.


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