OnixS Thomson Reuters Matching API (MAPI) Market Data Handler for C++  1.6.0.0
Public Member Functions | Public Attributes | List of all members
ConnectionRetries Struct Reference

Connection retries settings. More...

Public Member Functions

 ConnectionRetries ()
 Default constructor.
 
 ConnectionRetries (int inNumber, unsigned inInterval)
 Constructor.
 
std::string toString () const
 Returns the string representation.
 

Public Attributes

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

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