OnixS CBOE CSM Handler for C++  1.2.8.0
Public Member Functions | Protected Member Functions
EndOfDayListener Class Reference

Defines an interface through which the Handler notifies subscribers about end of day event. More...

List of all members.

Public Member Functions

virtual void onEndOfDay (const std::string &channelName)=0
 Implement this member to get notified about end of day.

Protected Member Functions

virtual ~EndOfDayListener ()
 Class provides an interface for handling errors in subscriptions.

Detailed Description

Defines an interface through which the Handler notifies subscribers about end of day event.


Constructor & Destructor Documentation

virtual ~EndOfDayListener ( ) [inline, protected, virtual]

Class provides an interface for handling errors in subscriptions.

It doesn't provide an interface for instance deletion. However, since C++ doesn't have pure interface concept, destructor will be generated anyway. We can only control proper use of it. For this reason we hide from public use and make it available for descendants.