OnixS Euronext CCG Binary Trading Handler for C++  1.16.0.0
Public Member Functions | Public Attributes
ConnectionRetries Struct Reference

Connection retries settings. More...

List of all members.

Public Member Functions

 ConnectionRetries ()
 Default constructor.
 ConnectionRetries (SInt32 number, UInt32 interval)
 Constructor.
std::string toString () const
 String representation.

Public Attributes

SInt32 number
 Number of attempts to restore the telecommunication link.
UInt32 interval
 The time interval between the attempts to restore the telecommunication link (in seconds).

Detailed Description

Connection retries settings.


Member Data Documentation

UInt32 interval

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

Note:
The default value is 0 (zero).
SInt32 number

Number of attempts to restore the telecommunication link.

-1 - unlimited 0 - never (default) >0 - the number of attempts