|
Lean
$LEAN_TAG$
|
Public Member Functions | |
| void | Initialize (IDataProvider dataProvider, bool liveMode) |
| Initializes the service More... | |
| T | Get< T > (DateTime time, SecurityIdentifier securityIdentifier, FundamentalProperty name) |
| Will fetch the requested fundamental information for the requested time and symbol More... | |
Definition at line 25 of file IFundamentalDataProvider.cs.
| void QuantConnect.Data.UniverseSelection.IFundamentalDataProvider.Initialize | ( | IDataProvider | dataProvider, |
| bool | liveMode | ||
| ) |
Initializes the service
| dataProvider | The data provider instance to use |
| liveMode | True if running in live mode |
Implemented in QuantConnect.Data.UniverseSelection.BaseFundamentalDataProvider.
| T QuantConnect.Data.UniverseSelection.IFundamentalDataProvider.Get< T > | ( | DateTime | time, |
| SecurityIdentifier | securityIdentifier, | ||
| FundamentalProperty | name | ||
| ) |
Will fetch the requested fundamental information for the requested time and symbol
| T | The expected data type |
| time | The time to request this data for |
| securityIdentifier | The security identifier |
| name | The name of the fundamental property |
Implemented in QuantConnect.Data.UniverseSelection.BaseFundamentalDataProvider, and QuantConnect.Data.UniverseSelection.CoarseFundamentalDataProvider.