forwardEndOfDayMarketSummaryReceived Event   Table of ContentFeedStarted Eventforward
Handler.ErrorOccurred Event
Notifies the subscribers about error occurred while maintaining subscriptions. The Handler is usually capable to recover from errors by itself. That means, there is no need to restart the entire subscription manually. Instead, the Handler will perform all necessary recovering by itself.

Namespace:  OnixS.NET.ICE.iMpact
Assembly:  OnixS.IceImpactMulticastPriceFeedHandlerNet-4.7.2_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.7.2_x64.dll) Version: 4.16.0.0
Syntax
C#
public event ErrorEventHandler ErrorOccurred

Value

Type: OnixS.NET.ICE.iMpact.ErrorEventHandler
See Also