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.
Changed(Order)

To add to the parameter an information on changed order.

order
The changed order.
New(Order)

To add to the parameter an information on new order.

order
New order.
RegisterFailed(OrderFail)

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

fail
Error registering order.