Table of Contents

Class BaseOrderStatisticParameter<TValue>

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

The base statistic parameter, calculated based on orders.

public abstract class BaseOrderStatisticParameter<TValue> : BaseStatisticParameter<TValue>, IStatisticParameter<TValue>, IOrderStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged where TValue : IComparable<TValue>

Type Parameters

TValue

The type of the parameter value.

Inheritance
BaseOrderStatisticParameter<TValue>
Implements
IPersistable
Derived
Inherited Members
Extension Methods

Constructors

BaseOrderStatisticParameter(StatisticParameterTypes)

protected BaseOrderStatisticParameter(StatisticParameterTypes type)

Parameters

type StatisticParameterTypes

Type

Methods

CancelFailed(OrderFail)

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

public virtual void CancelFailed(OrderFail fail)

Parameters

fail OrderFail

Error cancelling order.

Changed(Order)

To add to the parameter an information on changed order.

public virtual void Changed(Order order)

Parameters

order Order

The changed order.

New(Order)

To add to the parameter an information on new order.

public virtual void New(Order order)

Parameters

order Order

New order.

RegisterFailed(OrderFail)

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

public virtual void RegisterFailed(OrderFail fail)

Parameters

fail OrderFail

Error registering order.