#include <OnixS/CME/ConflatedUDP/FeedSettings.h>
Public Types | |
enum | Enum { FeedAOnly, FeedBOnly, FeedAWithFailoverToFeedB, FeedBWithFailoverToFeedA } |
typedef UInt32 | Base |
Defines feed layout alternates available for recovery feeds like instrument and snapshot.
Definition at line 252 of file FeedSettings.h.
Integral type used as basement for constants.
Definition at line 255 of file FeedSettings.h.
enum Enum |
Enumerator | |
---|---|
FeedAOnly |
Indicates only feed A is used as source for market data. |
FeedBOnly |
Indicates only feed B is used as source for market data. |
FeedAWithFailoverToFeedB |
Feed A is used as primary source of market data. If Handler detects absence of market data on feed A, it switches to feed B to continue market data processing. Feed B is used by Handler until market data absence is detected on it. In that case Handler will switch back to feed A. In other words, this layout instructs Handler to cycle between feeds if data absence is detected starting from feed A. |
FeedBWithFailoverToFeedA |
Feed B is used as primary source of market data. If Handler detects absence of market data on feed B, it switches to feed A to continue market data processing. Feed A is used by Handler until market data absence is detected on it. In that case Handler will switch back to feed B. In other words, this layout instructs Handler to cycle between feeds if data absence is detected starting from feed B. |
Definition at line 257 of file FeedSettings.h.