MaxLatencyRegistrationParameter
StockSharp.Algo.Statistics
The maximal value of the order registration delay.
Inherits: BaseOrderStatisticParameter<TimeSpan>
Constructors
MaxLatencyRegistrationParameter
public MaxLatencyRegistrationParameter()
maxLatencyRegistrationParameter = MaxLatencyRegistrationParameter()
Initialize MaxLatencyRegistrationParameter.
Methods
New
public override void New(Order order)
maxLatencyRegistrationParameter.New(order)
To add to the parameter an information on new order.
- order
- New order.