Lean
$LEAN_TAG$
|
Internal carrier of an indicator values by property name More...
Public Member Functions | |
InternalIndicatorValues (IIndicator indicator, string name) | |
Creates a new instance More... | |
virtual IndicatorDataPoint | UpdateValue () |
Update with a new indicator point More... | |
override string | ToString () |
String representation More... | |
IEnumerator< IndicatorDataPoint > | GetEnumerator () |
Returns an enumerator for the indicator values More... | |
Static Public Member Functions | |
static InternalIndicatorValues | Create (IIndicator indicator, string name) |
Creates a new instance More... | |
static InternalIndicatorValues | Create (IIndicator indicator, PropertyInfo propertyInfo) |
Creates a new instance More... | |
Properties | |
string | Name [get] |
The name of the values associated to this dto More... | |
List< IndicatorDataPoint > | Values [get] |
The indicator values More... | |
IIndicator | Indicator [get] |
The target indicator More... | |
Internal carrier of an indicator values by property name
Definition at line 81 of file InternalIndicatorValues.cs.
QuantConnect.Indicators.InternalIndicatorValues.InternalIndicatorValues | ( | IIndicator | indicator, |
string | name | ||
) |
Creates a new instance
Definition at line 101 of file InternalIndicatorValues.cs.
|
virtual |
Update with a new indicator point
Definition at line 111 of file InternalIndicatorValues.cs.
|
static |
Creates a new instance
Definition at line 120 of file InternalIndicatorValues.cs.
|
static |
Creates a new instance
Definition at line 128 of file InternalIndicatorValues.cs.
override string QuantConnect.Indicators.InternalIndicatorValues.ToString | ( | ) |
String representation
Definition at line 136 of file InternalIndicatorValues.cs.
IEnumerator<IndicatorDataPoint> QuantConnect.Indicators.InternalIndicatorValues.GetEnumerator | ( | ) |
Returns an enumerator for the indicator values
Definition at line 144 of file InternalIndicatorValues.cs.
|
get |
The name of the values associated to this dto
Definition at line 86 of file InternalIndicatorValues.cs.
|
get |
The indicator values
Definition at line 91 of file InternalIndicatorValues.cs.
|
getprotected |
The target indicator
Definition at line 96 of file InternalIndicatorValues.cs.