OptimizationBatchManager
StockSharp.Algo.Strategies.Optimization
Default implementation of IOptimizationBatchManager.
Реализует: IOptimizationBatchManager
Свойства
CanStartNext : bool
Whether can start a new iteration.
IsFinished : bool
Whether all iterations are complete.
RemainingToStart : int
Number of remaining iterations to start.
RunningCount : int
Number of currently running iterations.
StartedCount : int
Number of iterations that have been started.
Методы
CompleteIteration(Guid) : bool
Mark iteration as completed and optionally trigger next.
- iterationId
- Iteration identifier.
Возвращает: True if should start next iteration.
TryReserveSlot(Guid) : bool
Try to reserve a slot for a new iteration.
- iterationId
- Output: new iteration ID if reserved.
Возвращает: True if slot was reserved.