#include <MamaSymbolSource.h>
Name | |
---|---|
virtual | ~MamaSymbolSource() |
virtual void | addHandler(MamaSymbolSourceCallback * callback) =0 |
class Wombat::MamaSymbolSource;
MamaSymbolSource defines an interface which all SymbolSources should implement in order to provide a mechanism by which objects implementing the “MamaSymbolSourceCallback::onSymbol” can be registered with the source such that they can be notified of new symbols as they arrive.
inline virtual ~MamaSymbolSource()
virtual void addHandler(
MamaSymbolSourceCallback * callback
) =0
Updated on 2023-03-31 at 15:29:26 +0100