OnixS ICE iMpact Multicast Price Feed Handler C++ library 8.18.0
API documentation
Loading...
Searching...
No Matches
HandlerStateChange Class Reference

Public Member Functions

 HandlerStateChange (HandlerState newState, HandlerState oldState)
HandlerState newState () const
HandlerState oldState () const
std::string toString () const
void toString (std::string &) const

Detailed Description

Definition at line 32 of file HandlerStateChange.h.

Constructor & Destructor Documentation

◆ HandlerStateChange()

HandlerStateChange ( HandlerState newState,
HandlerState oldState )

Initialize instance.

Member Function Documentation

◆ newState()

HandlerState newState ( ) const
inline

New State.

Definition at line 59 of file HandlerStateChange.h.

◆ oldState()

HandlerState oldState ( ) const
inline

Old state.

Definition at line 64 of file HandlerStateChange.h.

◆ toString() [1/2]

std::string toString ( ) const
inline

String representation.

Definition at line 69 of file HandlerStateChange.h.

◆ toString() [2/2]

void toString ( std::string & ) const

Appends string representation.