Known (selected) warning codes.
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 |
---|
| Generic | 0 |
General-purpose warning.
|
| NoNetworkActivity | 1 |
For each feed channel server sends out messages
or heartbeats at fixed intervals. If the Handler
has not received any message or a heartbeat for an
extended period of time, NoNetworkActivity
warning is raised by the Handler to identify that
either multicast channel is no longer active or
there is a network related issue.
|
| SessionNumberMismatch | 2 |
Has a session number which is used to easily detect when
a new session has started after the daily maintenance window
or failure on the server side. If session number is different
from previous one for a given multicast channel, error of
sessionNumberMismatch code is reported by the Handler.
|
| PacketGap | 3 |
Tells that there is sequence number
gap in packets from a multicast feed.
|
| PacketQueueOverflow | 4 |
Indicates that one of internal queues
used by the Handler to store packets
coming from network is overflowed.
|
| ListenerFailure | 5 |
Indicates failure in the user-space code.
When the Handler catches exception from the
user-space code, warning of given code reported.
|
| NoUdsForMarketType | 6 |
Indicates there are no UDS for requested market type.
|
See Also