IOrderStatisticParameter

StockSharp.Algo.Statistics

The interface, describing statistic parameter, calculated based on orders.

Implements: IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable

Methods

CancelFailed
public void CancelFailed(OrderFail fail)
iOrderStatisticParameter.CancelFailed(fail)

To add to the parameter an information on error of order cancelling.

fail
Error cancelling order.
Changed
public void Changed(Order order)
iOrderStatisticParameter.Changed(order)

To add to the parameter an information on changed order.

order
The changed order.
New
public void New(Order order)
iOrderStatisticParameter.New(order)

To add to the parameter an information on new order.

order
New order.
RegisterFailed
public void RegisterFailed(OrderFail fail)
iOrderStatisticParameter.RegisterFailed(fail)

To add to the parameter an information on error of order registration.

fail
Error registering order.