Lean
$LEAN_TAG$
|
Simple base class shared by top layer fundamental properties which depend on a time provider More...
Public Member Functions | |
FundamentalTimeDependentProperty (ITimeProvider timeProvider, SecurityIdentifier securityIdentifier) | |
Creates a new instance for the given time and security More... | |
abstract FundamentalTimeDependentProperty | Clone (ITimeProvider timeProvider) |
Clones this instance More... | |
Properties | |
ITimeProvider | _timeProvider [get] |
The time provider instance to use More... | |
SecurityIdentifier | _securityIdentifier [get] |
The SID instance to use More... | |
Simple base class shared by top layer fundamental properties which depend on a time provider
Definition at line 24 of file FundamentalTimeDependentProperty.cs.
QuantConnect.Data.Fundamental.FundamentalTimeDependentProperty.FundamentalTimeDependentProperty | ( | ITimeProvider | timeProvider, |
SecurityIdentifier | securityIdentifier | ||
) |
Creates a new instance for the given time and security
Definition at line 39 of file FundamentalTimeDependentProperty.cs.
|
pure virtual |
Clones this instance
Implemented in QuantConnect.Data.Fundamental.ValuationRatios, QuantConnect.Data.Fundamental.OperationRatios, QuantConnect.Data.Fundamental.EarningReports, QuantConnect.Data.Fundamental.CompanyProfile, QuantConnect.Data.Fundamental.CompanyReference, QuantConnect.Data.Fundamental.SecurityReference, QuantConnect.Data.Fundamental.AssetClassification, QuantConnect.Data.Fundamental.FinancialStatements, and QuantConnect.Data.Fundamental.EarningRatios.
|
getprotected |
The time provider instance to use
Definition at line 29 of file FundamentalTimeDependentProperty.cs.
|
getprotected |
The SID instance to use
Definition at line 34 of file FundamentalTimeDependentProperty.cs.