OnixS C++ Tullett Prebon SURF Handler 1.6.1
Users' manual and API documentation
Loading...
Searching...
No Matches
ConnectionRetries Struct Reference

#include <OnixS/SURF/MarketData/HandlerSettings.h>

Public Member Functions

 ConnectionRetries ()
 ConnectionRetries (int inNumber, unsigned inInterval)

Public Attributes

int number
unsigned interval

Detailed Description

Definition at line 32 of file HandlerSettings.h.

Constructor & Destructor Documentation

◆ ConnectionRetries() [1/2]

ConnectionRetries ( )
inline

Default constructor.

Definition at line 35 of file HandlerSettings.h.

◆ ConnectionRetries() [2/2]

ConnectionRetries ( int inNumber,
unsigned inInterval )
inline

Constructor.

Definition at line 42 of file HandlerSettings.h.

Member Data Documentation

◆ interval

unsigned interval

The time interval between the attempts to restore the telecommunication link (in seconds).

Note
The default value is 0 (zero).

Definition at line 57 of file HandlerSettings.h.

◆ number

int number

Number of attempts to restore the telecommunication link. -1 - unlimited 0 - never (default) >0 - the number of attempts

Definition at line 52 of file HandlerSettings.h.