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