dxFeed .Net API
5.8.0
dxFeed .Net API library intended to provide market data access for DX clients
|
Public Member Functions | |
HistoryEventsCollector (long fromTime, long toTime) | |
![]() | |
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 | |
![]() | |
bool | IsDone [get] |
Returns true if collector contains full snapshot. More... | |
List< E > | Events [get] |
Gets all collected events of this snapshot. More... | |
|
inline |
|
inlineprotectedvirtual |
Reimplemented from com.dxfeed.api.DXFeedSnapshotCollector< E >.
|
private |
|
private |