OrderInsufficientFundErrorCountParameter
StockSharp.Algo.Statistics
Total number of insufficient fund error orders.
Inherits: BaseOrderStatisticParameter<int>
Constructors
OrderInsufficientFundErrorCountParameter
public OrderInsufficientFundErrorCountParameter()
orderInsufficientFundErrorCountParameter = OrderInsufficientFundErrorCountParameter()
Initialize OrderInsufficientFundErrorCountParameter.
Methods
RegisterFailed
public override void RegisterFailed(OrderFail fail)
orderInsufficientFundErrorCountParameter.RegisterFailed(fail)
To add to the parameter an information on error of order registration.
- fail
- Error registering order.