Class OrderErrorCountParameter
- Namespace
- StockSharp.Algo.Statistics
- Assembly
- StockSharp.Algo.dll
Total number of error orders.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Errors", Description = "ErrorOrdersOnly", GroupName = "Orders", Order = 305)]
public class OrderErrorCountParameter : BaseOrderStatisticParameter<int>, INotifyPropertyChangedEx, INotifyPropertyChanging, IStatisticParameter<int>, IOrderStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged- Inheritance
- 
      
      
      
      
      OrderErrorCountParameter
- Implements
- Inherited Members
- Extension Methods
Constructors
OrderErrorCountParameter()
Initialize OrderErrorCountParameter.
public OrderErrorCountParameter()Methods
RegisterFailed(OrderFail)
To add to the parameter an information on error of order registration.
public override void RegisterFailed(OrderFail fail)Parameters
- failOrderFail
- Error registering order.