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