#define ONIXS_HKEX_OMDC_API_DECL(typeKind, typeName)
virtual void onOrderBookUpdated(const OrderBook &book)=0
Is called when the book is updated.
virtual void onOrderBookOutOfDate(const OrderBook &book)=0
Is called when no data is coming during a reasonable period of time.
virtual ~OrderBookListener()