dxFeed .Net API
5.13.0
dxFeed .Net API library intended to provide market data access for DX clients
|
Interface provides receiving Greeks events. More...
Public Member Functions | |
void | OnGreeks< TB, TE > (TB buf) |
On Greeks event received. More... | |
Interface provides receiving Greeks events.
void com.dxfeed.api.IDxGreeksListener.OnGreeks< TB, TE > | ( | TB | buf | ) |
On Greeks event received.
TB | Event buffer type. |
TE | Event type. |
buf | Event buffer object. |
Implemented in com.dxfeed.api.DXFeedEventHandler< E >, com.dxfeed.api.DXFeedLastingEventsCollector, and com.dxfeed.api.extras.EventPrinter.
TB | : | IDxEventBuf<TE> | |
TE | : | IDxGreeks |