OnixS EBS BrokerTec Market Data and Trading Handler for C++  2.14.1.0
Public Types | List of all members
HandlerState Struct Reference

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

Public Types

enum  Enum {
  Disconnected, LoginInProgress, SnapshotInProgress, Ready,
  Error, Reconnecting
}
 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
Disconnected 

Disconnected.

LoginInProgress 

Login in progress.

SnapshotInProgress 

Snapshot in progress.

Ready 

Handler ready.

Error 

Handler in error state (user needs to call Handler::restartAsync or Handler::logoutAsync or just.

Reconnecting 

destroy handler)

Handler tries to reconnect (please see Settings::connectionRetries)