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

Interface provides receiving Greeks events. More...

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

Public Member Functions

void OnGreeks< TB, TE > (TB buf)
 On Greeks event received. More...
 

Detailed Description

Interface provides receiving Greeks events.

Member Function Documentation

◆ OnGreeks< TB, TE >()

void com.dxfeed.api.IDxGreeksListener.OnGreeks< TB, TE > ( TB  buf)

On Greeks event received.

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

Implemented in com.dxfeed.api.DXFeedEventHandler< E >, com.dxfeed.api.DXFeedLastingEventsCollector, and com.dxfeed.api.extras.EventPrinter.

Type Constraints
TB :IDxEventBuf<TE> 
TE :IDxGreeks 

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