Lean  $LEAN_TAG$
QuantConnect.Data.UniverseSelection.CoarseFundamentalDataProvider Class Reference

Coarse base fundamental data provider More...

Inheritance diagram for QuantConnect.Data.UniverseSelection.CoarseFundamentalDataProvider:
[legend]

Classes

class  CoarseFundamentalSource
 Coarse fundamental with setters More...
 

Public Member Functions

override T Get< T > (DateTime time, SecurityIdentifier securityIdentifier, FundamentalProperty enumName)
 Will fetch the requested fundamental information for the requested time and symbol More...
 
- Public Member Functions inherited from QuantConnect.Data.UniverseSelection.BaseFundamentalDataProvider
virtual void Initialize (IDataProvider dataProvider, bool liveMode)
 Initializes the service More...
 

Static Public Member Functions

static CoarseFundamentalSource Read (string line, DateTime date)
 
- Static Public Member Functions inherited from QuantConnect.Data.UniverseSelection.BaseFundamentalDataProvider
static T GetDefault< T > ()
 Get's the default value for the given T type More...
 
static bool IsNone (object value)
 True if the given value is none More...
 
static bool IsNone (Type type, object value)
 True if the given value is none More...
 

Additional Inherited Members

- Properties inherited from QuantConnect.Data.UniverseSelection.BaseFundamentalDataProvider
bool LiveMode [get, set]
 True if live trading More...
 
IDataProvider DataProvider [get, set]
 THe data provider instance to use More...
 

Detailed Description

Coarse base fundamental data provider

Definition at line 26 of file CoarseFundamentalDataProvider.cs.

Member Function Documentation

◆ Get< T >()

override T QuantConnect.Data.UniverseSelection.CoarseFundamentalDataProvider.Get< T > ( DateTime  time,
SecurityIdentifier  securityIdentifier,
FundamentalProperty  enumName 
)
virtual

Will fetch the requested fundamental information for the requested time and symbol

Template Parameters
TThe expected data type
Parameters
timeThe time to request this data for
securityIdentifierThe security identifier
enumNameThe name of the fundamental property
Returns
The fundamental information

Reimplemented from QuantConnect.Data.UniverseSelection.BaseFundamentalDataProvider.

Definition at line 39 of file CoarseFundamentalDataProvider.cs.

Here is the call graph for this function:

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