#include <OnixS/Eurex/Trading/ConnectionStateChange.h>
Public Member Functions | |
| ConnectionStateChange (ConnectionState::Enum newState, ConnectionState::Enum oldState, const char *host, UInt16 port) | |
| std::string | toString () const |
Public Attributes | |
| ConnectionState::Enum | newState |
| ConnectionState::Enum | oldState |
| const char * | host |
| UInt16 | port |
Definition at line 32 of file ConnectionStateChange.h.
| ConnectionStateChange | ( | ConnectionState::Enum | newState, |
| ConnectionState::Enum | oldState, | ||
| const char * | host, | ||
| UInt16 | port ) |
Initialize instance.
| std::string toString | ( | ) | const |
String representation.
| const char* host |
Host.
Definition at line 50 of file ConnectionStateChange.h.
| ConnectionState::Enum newState |
New State.
Definition at line 44 of file ConnectionStateChange.h.
| ConnectionState::Enum oldState |
Old state.
Definition at line 47 of file ConnectionStateChange.h.
| UInt16 port |
Port.
Definition at line 53 of file ConnectionStateChange.h.