Lean  $LEAN_TAG$
QuantConnect.Data.Fundamental.FundamentalTimeDependentProperty Class Referenceabstract

Simple base class shared by top layer fundamental properties which depend on a time provider More...

Inheritance diagram for QuantConnect.Data.Fundamental.FundamentalTimeDependentProperty:
[legend]

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...
 

Detailed Description

Simple base class shared by top layer fundamental properties which depend on a time provider

Definition at line 24 of file FundamentalTimeDependentProperty.cs.

Constructor & Destructor Documentation

◆ FundamentalTimeDependentProperty()

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.

Member Function Documentation

◆ Clone()

Property Documentation

◆ _timeProvider

ITimeProvider QuantConnect.Data.Fundamental.FundamentalTimeDependentProperty._timeProvider
getprotected

The time provider instance to use

Definition at line 29 of file FundamentalTimeDependentProperty.cs.

◆ _securityIdentifier

SecurityIdentifier QuantConnect.Data.Fundamental.FundamentalTimeDependentProperty._securityIdentifier
getprotected

The SID instance to use

Definition at line 34 of file FundamentalTimeDependentProperty.cs.


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