virtual void onDepthReset(MarketSegmentId marketSegmentId)=0
Is called when all the books are reset for a given market segment.
virtual ~DepthListener()
Destructor.
virtual void onDepthOutOfDate(MarketSegmentId marketSegmentId)=0
ONIXS_EUREX_EMDI_API_DECL(class, Message)
virtual void onDepthSnapshot(const DepthSnapshot &snapshot, const DataSource &dataSource)=0
Is called when depth snapshot is received.
UInt32 MarketSegmentId
Alias for Market Segment ID type.
virtual void onDepthIncremental(const DepthIncremental &incremental, const DataSource &dataSource)=0
Is called when depth incremental is received.