OnixS C++ FIX Engine  4.11.0
API Documentation
TimeoutTimer Class Reference

#include <OnixS/FIXEngine/FIX/TimeoutTimer.h>

Public Member Functions

 TimeoutTimer (const TimeSpan &timeout)
 
 ~TimeoutTimer ()
 
bool elapsed () const
 

Detailed Description

It can help to control a time interval during the dispatching in the ExternalThread mode.

Definition at line 30 of file TimeoutTimer.h.

Constructor & Destructor Documentation

TimeoutTimer ( const TimeSpan timeout)
explicit

The constructor.

Parameters
timeoutThe timeout that the timer should control.

The destructor.

Member Function Documentation

bool elapsed ( ) const

Returns 'true' if the timeout is elapsed, otherwise - 'false'.


The documentation for this class was generated from the following file: