#include <OnixS/CME/MDH/FeedSettings.h>
Friends | |
class | FeedSettings |
Additional Inherited Members | |
![]() | |
FeedSettingsBase (const SettingGroup *group, RecoveryFeedLayout::Enum layout, UInt32 heartbeat) | |
FeedSettingsBase (const FeedSettingsBase &other) | |
~FeedSettingsBase () | |
const SettingGroup & | group () const |
void | assignNoControl (const FeedSettingsBase &other) |
Definition at line 701 of file FeedSettings.h.
|
inline |
Initializes instance with default values.
By default, feed A is used as the primary source of market recovery data with fail-over to the feed B. Heartbeats are expected within 2 seconds periodicity.
Definition at line 744 of file FeedSettings.h.
|
inline |
Initializes the instance as a copy of the other one.
Definition at line 759 of file FeedSettings.h.
|
inline |
Finalizes the instance.
Definition at line 776 of file FeedSettings.h.
|
inline |
Number of times the Handler must try recovering from the other feed if it fails to recover from the primary one.
Definition at line 786 of file FeedSettings.h.
|
inline |
Number of times the Handler must try recovering from the other feed if it fails to recover from the primary one.
Definition at line 795 of file FeedSettings.h.
|
inline |
Interval between the attempts to receive missed packets via the TCP recovery feed if previous attempt either failed or was rejected.
Interval is measured in milliseconds.
Definition at line 817 of file FeedSettings.h.
|
inline |
Interval between the attempts to receive missed packets via the TCP recovery feed if previous attempt either failed or was rejected.
Interval is measured in milliseconds.
Definition at line 828 of file FeedSettings.h.
|
inline |
Re-initializes the instance as a copy of the other one.
Definition at line 874 of file FeedSettings.h.
|
inline |
Time limit for the send operation.
Value is measured in milliseconds.
Definition at line 848 of file FeedSettings.h.
|
inline |
Time limit for the send operation.
Value is measured in milliseconds.
Definition at line 857 of file FeedSettings.h.
|
friend |
Definition at line 709 of file FeedSettings.h.