OnixS Xetra MDI Market Data Handler for C++  1.0.0.0
Public Types | List of all members
HandlerState Struct Reference

Defines the state that the handler is in. More...

Public Types

enum  Enum { Stopped, Stopping, Started, Starting }
 Defines the state that the handler is in. More...
 

Detailed Description

Defines the state that the handler is in.

Member Enumeration Documentation

enum Enum

Defines the state that the handler is in.

Enumerator
Stopped 

Stopped.

Stopping 

The intermediate state when the Handler is not Stopped but not Started.

Started 

Started.

Starting 

The intermediate state when the Handler is not Started but not Stopped.