dxFeed .Net API  5.13.0
dxFeed .Net API library intended to provide market data access for DX clients
Public Member Functions
com.dxfeed.api.IDxCandleSnapshotListener Interface Reference

Interface provides receiving candle snapshot events. More...

Inheritance diagram for com.dxfeed.api.IDxCandleSnapshotListener:
[legend]
Collaboration diagram for com.dxfeed.api.IDxCandleSnapshotListener:
[legend]

Public Member Functions

void OnCandleSnapshot< TB, TE > (TB buf)
 On Candle snapshot event received. More...
 

Detailed Description

Interface provides receiving candle snapshot events.

Member Function Documentation

◆ OnCandleSnapshot< TB, TE >()

void com.dxfeed.api.IDxCandleSnapshotListener.OnCandleSnapshot< TB, TE > ( TB  buf)

On Candle snapshot event received.

Template Parameters
TBEvent buffer type.
TEEvent type.
Parameters
bufEvent buffer object.

Implemented in com.dxfeed.api.DXFeedEventHandler< E >, and com.dxfeed.api.DXFeedSnapshotCollector< E >.

Type Constraints
TB :IDxEventBuf<TE> 
TE :IDxCandle 

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