Class IndicatorOutAttribute
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.BusinessEntities.dll
Attribute, applied to indicator, to provide information about type of output values IIndicatorValue.
[AttributeUsage(AttributeTargets.Class)]
public class IndicatorOutAttribute : IndicatorValueAttribute
- Inheritance
-
IndicatorOutAttribute
- Inherited Members
- Extension Methods
Remarks
Initializes a new instance of the IndicatorOutAttribute.
Constructors
IndicatorOutAttribute(Type)
Attribute, applied to indicator, to provide information about type of output values IIndicatorValue.
public IndicatorOutAttribute(Type type)
Parameters
type
TypeValues type.
Remarks
Initializes a new instance of the IndicatorOutAttribute.