OpenMAMA
Wombat::MamdaFundamentalHandler Class Reference

MamdaFundamentalHandler is an interface for applications that want to have an easy way to access fundamental equity pricing/analysis attributes, indicators and ratios. More...

#include <MamdaFundamentalHandler.h>

Public Member Functions

virtual void onFundamentals (MamdaSubscription *subscription, MamdaFundamentalListener &listener, const MamaMsg &msg, const MamdaFundamentals &fundas)=0
 Method invoked when one or more of the Fundamental fields have been updated by one of the following market data events:
virtual ~MamdaFundamentalHandler ()

Detailed Description

MamdaFundamentalHandler is an interface for applications that want to have an easy way to access fundamental equity pricing/analysis attributes, indicators and ratios.

The interface defines a single callback methods for for receiving updates on fundamental data.

Constructor & Destructor Documentation

virtual Wombat::MamdaFundamentalHandler::~MamdaFundamentalHandler ( )
virtual
{};

Member Function Documentation

virtual void Wombat::MamdaFundamentalHandler::onFundamentals ( MamdaSubscription subscription,
MamdaFundamentalListener listener,
const MamaMsg &  msg,
const MamdaFundamentals fundas 
)
pure virtual

Method invoked when one or more of the Fundamental fields have been updated by one of the following market data events:

  • Initial image.
  • Recap update (e.g., after server fault tolerant event or data quality event.)
  • Generic update..
Parameters
subscriptionThe subscription which received the update.
listenerThe listener which invoked this callback.
msgThe MamaMsg that triggered this invocation.
fundasAccess to the fundamental update details.

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


© 2012 Linux Foundation