Interface IBeginValueStatisticParameter
- Namespace
- StockSharp.Algo.Statistics
- Assembly
- StockSharp.Algo.dll
The interface, describing statistic parameter with initial value.
public interface IBeginValueStatisticParameter
- Extension Methods
Properties
BeginValue
The initial value of the parameter.
decimal BeginValue { get; set; }