dxFeed .Net API  5.8.0
dxFeed .Net API library intended to provide market data access for DX clients
Public Member Functions | Private Attributes
com.dxfeed.api.DXFeedLastingEventsCollector.EventsCollection Class Reference

Public Member Functions

bool HasEvent< E > ()
 
GetEvent< E > ()
 
void AddEvent< E > (E eventData)
 

Private Attributes

ConcurrentDictionary< EventType, EventStorage< IDxEventType > > lastEvents = new ConcurrentDictionary<EventType, EventStorage<IDxEventType>>()
 

Member Function Documentation

◆ AddEvent< E >()

void com.dxfeed.api.DXFeedLastingEventsCollector.EventsCollection.AddEvent< E > ( eventData)
inline
Type Constraints
E :class 
E :IDxEventType 

◆ GetEvent< E >()

E com.dxfeed.api.DXFeedLastingEventsCollector.EventsCollection.GetEvent< E > ( )
inline
Type Constraints
E :class 
E :IDxEventType 

◆ HasEvent< E >()

bool com.dxfeed.api.DXFeedLastingEventsCollector.EventsCollection.HasEvent< E > ( )
inline
Type Constraints
E :class 
E :IDxEventType 

Field Documentation

◆ lastEvents

ConcurrentDictionary<EventType, EventStorage<IDxEventType> > com.dxfeed.api.DXFeedLastingEventsCollector.EventsCollection.lastEvents = new ConcurrentDictionary<EventType, EventStorage<IDxEventType>>()
private

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