Lean
$LEAN_TAG$
|
Coarse base fundamental data provider More...
Classes | |
class | CoarseFundamentalSource |
Coarse fundamental with setters More... | |
Public Member Functions | |
override T | Get< T > (DateTime time, SecurityIdentifier securityIdentifier, FundamentalProperty name) |
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) |
Reads the given line and returns a CoarseFundamentalSource with the information within it More... | |
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... | |
Coarse base fundamental data provider
Definition at line 26 of file CoarseFundamentalDataProvider.cs.
|
virtual |
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 |
Reimplemented from QuantConnect.Data.UniverseSelection.BaseFundamentalDataProvider.
Definition at line 39 of file CoarseFundamentalDataProvider.cs.
|
static |
Reads the given line and returns a CoarseFundamentalSource with the information within it
Definition at line 78 of file CoarseFundamentalDataProvider.cs.