Table of Contents

Class MinLatencyCancellationParameter

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

The minimal value of order cancelling delay.

[Display(ResourceType = typeof(LocalizedStrings), Name = "MinLatencyCancellation", Description = "MinLatencyCancellationDesc", GroupName = "Orders", Order = 303)]
public class MinLatencyCancellationParameter : BaseOrderStatisticParameter<TimeSpan>, IStatisticParameter<TimeSpan>, IOrderStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged
Inheritance
MinLatencyCancellationParameter
Implements
IPersistable
Inherited Members
Extension Methods

Constructors

MinLatencyCancellationParameter()

public MinLatencyCancellationParameter()

Methods

Changed(Order)

To add to the parameter an information on changed order.

public override void Changed(Order order)

Parameters

order Order

The changed order.