Table of Contents

Class OrderCancelErrorCountParameter

Namespace
StockSharp.Algo.Statistics
Assembly
StockSharp.Algo.dll

Total number of order cancellation errors.

[Display(ResourceType = typeof(LocalizedStrings), Name = "ErrorCancelling", Description = "ErrorCancelling", GroupName = "Orders", Order = 307)]
public class OrderCancelErrorCountParameter : BaseOrderStatisticParameter<int>, INotifyPropertyChangedEx, INotifyPropertyChanging, IStatisticParameter<int>, IOrderStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged
Inheritance
OrderCancelErrorCountParameter
Implements
Inherited Members
Extension Methods

Constructors

OrderCancelErrorCountParameter()

public OrderCancelErrorCountParameter()

Methods

CancelFailed(OrderFail)

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

public override void CancelFailed(OrderFail fail)

Parameters

fail OrderFail

Error cancelling order.