BaseOrderStatisticParameter
StockSharp.Algo.Statistics
The base statistic parameter, calculated based on orders.
Наследует: BaseStatisticParameter<T>
Реализует: IOrderStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable
Конструкторы
BaseOrderStatisticParameter(StatisticParameterTypes)
The base statistic parameter, calculated based on orders.
- type
- Type
Методы
CancelFailed(OrderFail)
To add to the parameter an information on error of order cancelling.
- fail
- Error cancelling order.
RegisterFailed(OrderFail)
To add to the parameter an information on error of order registration.
- fail
- Error registering order.