OnixS CBOE CSM Handler for C++  1.2.8.0
Public Types
HandlerState Struct Reference

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

List of all members.

Public Types

enum  Enum { Stopped, Stopping, Started, Starting }

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.