OnixS BME SENAF Handler C++ library  2.2.0
API documentation
HandlerStates Struct Reference

#include <OnixS/Senaf/MarketData/HandlerState.h>

Public Types

enum  Enum { Stopped = 0, Stopping, Started, Connecting }
 

Static Public Member Functions

static const char * toString (Enum state)
 

Detailed Description

Definition at line 27 of file HandlerState.h.

Member Enumeration Documentation

enum Enum

Available Handler's states.

Enumerator
Stopped 

The Handler is stopped.

Stopping 

The Handler is stopping.

Started 

The Handler is started but no data processing is performed yet.

Connecting 

The Handler is connecting to feeds.

Definition at line 30 of file HandlerState.h.

Member Function Documentation

static const char* toString ( Enum  state)
static

Returns string representation.


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