OnixS C++ CME MDP Premium Market Data Handler 5.9.0
API Documentation
Loading...
Searching...
No Matches
FeedSettingsBase< Layout > Class Template Reference

Public Member Functions

Layout layout () const
FeedSettingsBaselayout (Layout value)
UInt32 heartbeatInterval () const
FeedSettingsBaseheartbeatInterval (UInt32 interval)
FeedConnectionSettingsA ()
const FeedConnectionSettingsA () const
FeedConnectionSettingsB ()
const FeedConnectionSettingsB () const
FeedSettingsBasefeedANetworkInterfaces (const std::string &interfaces)
FeedSettingsBasefeedBNetworkInterfaces (const std::string &interfaces)

Protected Member Functions

 FeedSettingsBase (const SettingGroup *group, Layout layout, UInt32 heartbeat)
 FeedSettingsBase (const FeedSettingsBase &other)
 ~FeedSettingsBase ()
const SettingGroupgroup () const
void assignNoControl (const FeedSettingsBase &other)

Friends

class FeedSettings

Detailed Description

template<typename Layout>
class OnixS::CME::MDH::FeedSettingsBase< Layout >

Definition at line 251 of file FeedSettings.h.

Constructor & Destructor Documentation

◆ FeedSettingsBase() [1/2]

template<typename Layout>
FeedSettingsBase ( const SettingGroup * group,
Layout layout,
UInt32 heartbeat )
inlineprotected

Initializes the instance with the given values and optional grouping.

Definition at line 352 of file FeedSettings.h.

◆ FeedSettingsBase() [2/2]

template<typename Layout>
FeedSettingsBase ( const FeedSettingsBase< Layout > & other)
inlineprotected

Initializes the instance as a copy of the other one.

Attributes controlling value assignment aren't cloned and thus only settings are copied.

Definition at line 367 of file FeedSettings.h.

◆ ~FeedSettingsBase()

template<typename Layout>
~FeedSettingsBase ( )
inlineprotected

Definition at line 377 of file FeedSettings.h.

Member Function Documentation

◆ A() [1/2]

template<typename Layout>
FeedConnectionSettings & A ( )
inline

Connection attributes for the primary (A) feed.

Definition at line 288 of file FeedSettings.h.

◆ A() [2/2]

template<typename Layout>
const FeedConnectionSettings & A ( ) const
inline

Connection attributes for the primary (A) feed.

Definition at line 294 of file FeedSettings.h.

◆ assignNoControl()

template<typename Layout>
void assignNoControl ( const FeedSettingsBase< Layout > & other)
inlineprotected

Re-initializes the instance as a copy of the other one without involving assignment control services.

Definition at line 389 of file FeedSettings.h.

◆ B() [1/2]

template<typename Layout>
FeedConnectionSettings & B ( )
inline

Connection attributes for the secondary (B) feed.

Definition at line 300 of file FeedSettings.h.

◆ B() [2/2]

template<typename Layout>
const FeedConnectionSettings & B ( ) const
inline

Connection attributes for the secondary (B) feed.

Definition at line 306 of file FeedSettings.h.

◆ feedANetworkInterfaces()

template<typename Layout>
FeedSettingsBase & feedANetworkInterfaces ( const std::string & interfaces)
inline

Specifies one or more network interfaces to use for primary (A) feeds while joining the multicast group.

Use semi-colon to delimit multiple interfaces.

Note
On Linux the network interface is specified by its name, on Windows - by IP address.
Warning
The given member is deprecated. Use feed connection settings instead.

Definition at line 322 of file FeedSettings.h.

◆ feedBNetworkInterfaces()

template<typename Layout>
FeedSettingsBase & feedBNetworkInterfaces ( const std::string & interfaces)
inline

Specifies one or more network interfaces to use for secondary (B) feeds while joining the multicast group.

Use semi-colon to delimit multiple interfaces.

Note
On Linux the network interface is specified by its name, on Windows - by IP address.
Warning
The given member is deprecated. Use feed connection settings instead.

Definition at line 338 of file FeedSettings.h.

◆ group()

template<typename Layout>
const SettingGroup & group ( ) const
inlineprotected

Instance of the group which the given settings belong to.

Definition at line 381 of file FeedSettings.h.

◆ heartbeatInterval() [1/2]

template<typename Layout>
UInt32 heartbeatInterval ( ) const
inline

Specifies maximal time interval between two network packets.

If no data is received during specified time frame, corresponding event is raised and further behavior is defined by feed layout.

Interval is measured in seconds.

Definition at line 274 of file FeedSettings.h.

◆ heartbeatInterval() [2/2]

template<typename Layout>
FeedSettingsBase & heartbeatInterval ( UInt32 interval)
inline

Specifies maximal time interval between two packets.

Definition at line 280 of file FeedSettings.h.

◆ layout() [1/2]

template<typename Layout>
Layout layout ( ) const
inline

Defines feed layout for a feed group.

Definition at line 255 of file FeedSettings.h.

◆ layout() [2/2]

template<typename Layout>
FeedSettingsBase & layout ( Layout value)
inline

Defines feed layout for recovery feed group.

Definition at line 261 of file FeedSettings.h.

◆ FeedSettings

template<typename Layout>
friend class FeedSettings
friend

Definition at line 348 of file FeedSettings.h.