forwardToString Method    Table of ContentHandlerStateChangedEventArgs Classforward
HandlerState Enumeration
Defines the state that the handler is in.

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 enum HandlerState
Members
  Member nameValueDescription
Stopped0 Handler is stopped.
Stopping1 Handler is stopping.
Started2 Handler is started but no data processing is performed yet.
SecurityDefinitionsRecoveryStarted3 Download of security definition messages is started.
SecurityDefinitionsRecoveryFinished4 Download of security definition messages is finished.
BooksResynchronizationStarted5 The correct books state is lost. Handler switches to this state when it joins the market and the initial books state is built from multicast messages or when the message sequence number gap is detected, so the book state should be re-built from multicast messages again. It should be assumed at this point that all books maintained in the Handler may no longer have the correct, latest state maintained by ICE, so they are cleared.
BooksResynchronizationFinished6 The latest books state is restored. Handler switches to this state when the the latest books state is restored (all snapshot data is retrieved). It should be assumed at this point that all books maintained in the Handler have the correct, latest state maintained by ICE.
See Also