dxFeed .Net API  5.13.0
dxFeed .Net API library intended to provide market data access for DX clients
Public Member Functions | Protected Member Functions | Private Attributes
com.dxfeed.api.DXFeed.HistoryEventsCollector< E > Class Template Reference
Inheritance diagram for com.dxfeed.api.DXFeed.HistoryEventsCollector< E >:
[legend]
Collaboration diagram for com.dxfeed.api.DXFeed.HistoryEventsCollector< E >:
[legend]

Public Member Functions

 HistoryEventsCollector (long fromTime, long toTime)
 
- Public Member Functions inherited from com.dxfeed.api.DXFeedSnapshotCollector< E >
 DXFeedSnapshotCollector ()
 Default constructor. More...
 
void OnCandleSnapshot< TB, TE > (TB buf)
 On Candle snapshot event received. More...
 
void OnGreeksSnapshot< TB, TE > (TB buf)
 On Greeks snapshot event received. More...
 
void OnOrderSnapshot< TB, TE > (TB buf)
 On Order snapshot event received. More...
 
void OnSeriesSnapshot< TB, TE > (TB buf)
 On Series snapshot event received. More...
 
void OnSpreadOrderSnapshot< TB, TE > (TB buf)
 On SpreadOrder snapshot event received. More...
 
void OnTimeAndSaleSnapshot< TB, TE > (TB buf)
 On TimeAndSale snapshot event received. More...
 
void EventsReceived (IList< E > events)
 Invoked when events of type E are received. More...
 

Protected Member Functions

override IList< E > FilterEvents (IList< E > events)
 

Private Attributes

long fromTime
 
long toTime
 

Additional Inherited Members

- Properties inherited from com.dxfeed.api.DXFeedSnapshotCollector< E >
bool IsDone [get]
 Returns true if collector contains full snapshot. More...
 
List< E > Events [get]
 Gets all collected events of this snapshot. More...
 

Constructor & Destructor Documentation

◆ HistoryEventsCollector()

com.dxfeed.api.DXFeed.HistoryEventsCollector< E >.HistoryEventsCollector ( long  fromTime,
long  toTime 
)
inline

Member Function Documentation

◆ FilterEvents()

override IList<E> com.dxfeed.api.DXFeed.HistoryEventsCollector< E >.FilterEvents ( IList< E >  events)
inlineprotectedvirtual

Field Documentation

◆ fromTime

◆ toTime


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