Class StrategyBacktestIteration
Настройки бэктест итерации.
Namespace: StockSharp.Community
Assembly: StockSharp.Algo.dll
Syntax
public class StrategyBacktestIteration : Object
Constructors
StrategyBacktestIteration()
Declaration
public StrategyBacktestIteration()
Properties
BacktestId
Идентификатор сессии.
Declaration
public long BacktestId { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Begin
Время начала.
Declaration
public DateTime Begin { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
End
End time.
Declaration
public DateTime End { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Id
Identifier.
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
Int64 |