Class MaxLatencyCancellationParameter
- Namespace
- StockSharp.Algo.Statistics
- Assembly
- StockSharp.Algo.dll
The maximal value of the order cancelling delay.
[Display(ResourceType = typeof(LocalizedStrings), Name = "MaxLatencyCancellation", Description = "MaxLatencyCancellationDesc", GroupName = "Orders", Order = 301)]
public class MaxLatencyCancellationParameter : BaseOrderStatisticParameter<TimeSpan>, IStatisticParameter<TimeSpan>, IOrderStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged
- Inheritance
-
MaxLatencyCancellationParameter
- Implements
-
IPersistable
- Inherited Members
- Extension Methods
Constructors
MaxLatencyCancellationParameter()
Initialize MaxLatencyCancellationParameter.
public MaxLatencyCancellationParameter()
Methods
Changed(Order)
To add to the parameter an information on changed order.
public override void Changed(Order order)
Parameters
order
OrderThe changed order.