Fundamental data provider service
More...
Fundamental data provider service
Definition at line 27 of file FundamentalService.cs.
◆ Initialize() [1/3]
static void QuantConnect.Data.UniverseSelection.FundamentalService.Initialize |
( |
IDataProvider |
dataProvider, |
|
|
bool |
liveMode |
|
) |
| |
|
static |
Initializes the service
- Parameters
-
dataProvider | The data provider instance to use |
liveMode | True if running in live mode |
Definition at line 36 of file FundamentalService.cs.
◆ Initialize() [2/3]
static void QuantConnect.Data.UniverseSelection.FundamentalService.Initialize |
( |
IDataProvider |
dataProvider, |
|
|
string |
fundamentalDataProvider, |
|
|
bool |
liveMode |
|
) |
| |
|
static |
Initializes the service
- Parameters
-
dataProvider | The data provider instance to use |
fundamentalDataProvider | The fundamental data provider |
liveMode | True if running in live mode |
Definition at line 47 of file FundamentalService.cs.
◆ Initialize() [3/3]
Initializes the service
- Parameters
-
dataProvider | The data provider instance to use |
fundamentalDataProvider | The fundamental data provider |
liveMode | True if running in live mode |
Definition at line 58 of file FundamentalService.cs.
◆ Get< T >() [1/2]
static T QuantConnect.Data.UniverseSelection.FundamentalService.Get< T > |
( |
DateTime |
time, |
|
|
Symbol |
symbol, |
|
|
FundamentalProperty |
name |
|
) |
| |
|
static |
Will fetch the requested fundamental information for the requested time and symbol
- Template Parameters
-
- Parameters
-
time | The time to request this data for |
symbol | The symbol instance |
name | The name of the fundamental property |
- Returns
- The fundamental information
◆ Get< T >() [2/2]
Will fetch the requested fundamental information for the requested time and symbol
- Template Parameters
-
- Parameters
-
time | The time to request this data for |
securityIdentifier | The security identifier |
name | The name of the fundamental property |
- Returns
- The fundamental information
Definition at line 82 of file FundamentalService.cs.
The documentation for this class was generated from the following file: