Defines the state that the handler is in.
Namespace:
OnixS.NET.ICE.iMpact
Assembly:
OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64.dll) Version: 4.17.0.0
Syntax Members
| Member name | Value | Description |
---|
| Stopped | 0 |
Handler is stopped.
|
| Stopping | 1 |
Handler is stopping.
|
| Started | 2 |
Handler is started but no data processing is performed yet.
|
| SecurityDefinitionsRecoveryStarted | 3 |
Download of security definition messages is started.
|
| SecurityDefinitionsRecoveryFinished | 4 |
Download of security definition messages is finished.
|
| BooksResynchronizationStarted | 5 |
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.
|
| BooksResynchronizationFinished | 6 |
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