dxFeed .Net API  5.8.0
dxFeed .Net API library intended to provide market data access for DX clients
Data Structures | Namespaces
IDxIndexedEvent.cs File Reference

Data Structures

interface  com.dxfeed.api.events.IDxIndexedEvent
 Represents an indexed collection of up-to-date information about some condition or state of an external entity that updates in real-time. For example, IDxOrder represents an order to buy or to sell some market instrument that is currently active on a market exchange and multiple orders are active for each symbol at any given moment in time. IDxCandle represent snapshots of aggregate information about trading over a specific time period and there are multiple periods available. The IDxCandle is also an example of IDxTimeSeriesEvent that is a more specific event type. More...
 
interface  com.dxfeed.api.events.IDxIndexedEvent< T >
 Represents an indexed collection of up-to-date information about some condition or state of an external entity that updates in real-time. For example, IDxOrder represents an order to buy or to sell some market instrument that is currently active on a market exchange and multiple orders are active for each symbol at any given moment in time. IDxCandle represent snapshots of aggregate information about trading over a specific time period and there are multiple periods available. The IDxCandle is also an example of IDxTimeSeriesEvent that is a more specific event type. More...
 

Namespaces

namespace  com.dxfeed.api.events