#include <OnixS/SgxTitan/Trading/OUCH/HandlerSettings.h>
Public Member Functions | |
ConnectionRetries () | |
ConnectionRetries (unsigned int inNumber, unsigned int inIntervalSec) | |
Public Attributes | |
unsigned int | number |
unsigned int | intervalSec |
Connection retries settings.
Definition at line 35 of file HandlerSettings.h.
|
inline |
Default constructor.
Definition at line 39 of file HandlerSettings.h.
|
inline |
Constructor.
Definition at line 43 of file HandlerSettings.h.
unsigned int intervalSec |
The time interval between attempts to restore the telecommunication link (in seconds).
Definition at line 55 of file HandlerSettings.h.
unsigned int number |
Number of attempts to restore the telecommunication link. -1 - unlimited 0 - never (default) >0 - the number of attempts
Definition at line 50 of file HandlerSettings.h.