MaxLatencyCancellationParameter
StockSharp.Algo.Statistics
The maximal value of the order cancelling delay.
Inherits: BaseOrderStatisticParameter<TimeSpan>
Constructors
MaxLatencyCancellationParameter
public MaxLatencyCancellationParameter()
maxLatencyCancellationParameter = MaxLatencyCancellationParameter()
Initialize MaxLatencyCancellationParameter.
Methods
Changed
public override void Changed(Order order)
maxLatencyCancellationParameter.Changed(order)
To add to the parameter an information on changed order.
- order
- The changed order.