OnixS C++ CME MDP Streamlined Market Data Handler  1.2.0
API Documentation
HandlerListener Struct Reference

#include <OnixS/CME/Streamlined/HandlerListener.h>

Public Member Functions

virtual void onStarted (Handler &)
 
virtual void onStopped (Handler &)
 
virtual void onTcpRecovery (Handler &)
 
virtual void onEndOfTcpRecovery (Handler &, const RecoveryCompletionArgs &)
 
virtual void onRealtimeProcessing (Handler &)
 
virtual void onEndOfRealtimeProcessing (Handler &)
 
virtual void onWarning (Handler &, const WarningArgs &)
 
virtual void onError (Handler &, const ErrorArgs &)
 

Detailed Description

Definition at line 199 of file HandlerListener.h.

Member Function Documentation

virtual void onEndOfRealtimeProcessing ( Handler )
inlinevirtual

Handler suspended real-time processing of market data received over incremental feeds.

Definition at line 244 of file HandlerListener.h.

virtual void onEndOfTcpRecovery ( Handler ,
const RecoveryCompletionArgs  
)
inlinevirtual

Handler accomplished recovery of lost packets over TCP feed.

Definition at line 226 of file HandlerListener.h.

virtual void onError ( Handler ,
const ErrorArgs  
)
inlinevirtual

Error occurred while Handler is processing market data.

In contrast to warnings, given issue indicates the fact Handler fell into a conditions which are not supposed to take place (for example, book update failed due to corrupted data). Handler will handle an issue by itself, thus no special handling is required for the case.

Definition at line 269 of file HandlerListener.h.

virtual void onRealtimeProcessing ( Handler )
inlinevirtual

Handler resumed real-time processing of market data received over incremental feeds.

Definition at line 236 of file HandlerListener.h.

virtual void onStarted ( Handler )
inlinevirtual

Handler is has started to process market data.

Definition at line 205 of file HandlerListener.h.

virtual void onStopped ( Handler )
inlinevirtual

Invoked when Handler has stopped market data processing.

Definition at line 212 of file HandlerListener.h.

virtual void onTcpRecovery ( Handler )
inlinevirtual

Handler spawned recovery of lost packets over TCP feed.

Definition at line 219 of file HandlerListener.h.

virtual void onWarning ( Handler ,
const WarningArgs  
)
inlinevirtual

Non-critical issue occurred while Handler is processing market data.

Handler will handle an issue by itself, thus no special handling is required for the case. Supplied parameters exposes details information on the issue.

Definition at line 255 of file HandlerListener.h.


The documentation for this struct was generated from the following file: