dxFeed .Net API
7.1.0
dxFeed .Net API library intended to provide market data access for DX clients
|
Class provides methods for collecting and storing lasting events. This collector expands with universal event listener. More...
Public Member Functions | |
void | EventsReceived (IList< E > events) |
Invoked when events of type E are received. More... | |
Class provides methods for collecting and storing lasting events. This collector expands with universal event listener.
E | The type of event. |
E | : | class | |
E | : | IDxEventType |
|
inline |
Invoked when events of type E are received.
events | The list of received events. |
Implements com.dxfeed.api.IDXFeedEventListener< E >.