#define ONIXS_CMEMDH_NAMESPACE_BEGIN
#define ONIXS_CMEMDH_LTWT_CLASS_DECL(name)
#define ONIXS_CMEMDH_NAMESPACE_END
#define ONIXS_CMEMDH_EXPORTED
Base attributes of market data feed.
char Char
Character type alias.
Collection of the events raised by the NetFeed at various stages of its lifetime.
virtual void onConnected(const NetFeed &)
Invoked by a NetFeed instance when it connected/joined the remote address.
virtual void onConnectIssue(const NetFeed &, const Char *)
Invoked by a NetFeed instance when a non-critical issue occurred while connecting/joining the remote ...
virtual void onDisconnected(const NetFeed &)
Invoked by a NetFeed instance when it disconnected/unjoined the remote address.
virtual void onConnectFailure(const NetFeed &, const Char *)
Invoked by a NetFeed instance when it was not able to connect/join the remote address.