dxFeed .Net API  7.1.0
dxFeed .Net API library intended to provide market data access for DX clients
com.dxfeed.api.events Namespace Reference

Namespaces

Data Structures

struct  DxPriceLevelBook
 
class  EventParams
 Received event parameters More...
 
class  EventTypeAttribute
 
interface  IDxCandle
 Candle event with open, high, low, close prices and other information for a specific period.Candles are build with a specified CandlePeriod using a specified CandlePrice type with a data taken from the specified CandleExchange from the specified CandleSession with further details of aggregation provided by CandleAlignment. More...
 
interface  IDxConfiguration
 Configuration event with application-specific attachment. More...
 
interface  IDxEventBuf
 
interface  IDxEventType
 
interface  IDxGreeks
 Greeks event is a snapshot of the option price, Black-Scholes volatility and greeks. It represents the most recent information that is available about the corresponding values on the market at any given moment of time. More...
 
interface  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  IDxLastingEvent
 
interface  IDxMarketEvent
 Abstract base class for all market events. All market events are objects that extend this class. Market event classes are simple beans with setters and getters for their properties and minimal business logic. All market events have EventSymbol property that is defined by this class. More...
 
interface  IDxOrder
 Order event is a snapshot for a full available market depth for a symbol. The collection of order events of a symbol represents the most recent information that is available about orders on the market at any given moment of time. Order events give information on several levels of details, called scopes - see Scope. Scope of an order is available via Scope property. More...
 
interface  IDxOrderBase
 Interface for common fields of Order and SpreadOrder events. Order events represent a snapshot for a full available market depth for a symbol. The collection of order events of a symbol represents the most recent information that is available about orders on the market at any given moment of time. More...
 
interface  IDxProfile
 Profile information snapshot that contains security instrument description. It represents the most recent information that is available about the traded security on the market at any given moment of time. More...
 
interface  IDxQuote
 Quote event is a snapshot of the best bid and ask prices, and other fields that change with each quote. It represents the most recent information that is available about the best quote on the market at any given moment of time. More...
 
interface  IDxSeries
 Series event is a snapshot of computed values that are available for all option series for a given underlying symbol based on the option prices on the market. It represents the most recent information that is available about the corresponding values on the market at any given moment of time. More...
 
interface  IDxSpreadOrder
 Spread order event is a snapshot for a full available market depth for all spreads on a given underlying symbol.The collection of spread order events of a symbol represents the most recent information that is available about spread orders on the market at any given moment of time. More...
 
interface  IDxSummary
 Summary information snapshot about the trading session including session highs, lows, etc. It represents the most recent information that is available about the trading session in the market at any given moment of time. More...
 
interface  IDxTheoPrice
 Theo price is a snapshot of the theoretical option price computation that is periodically performed by dxPrice model-free computation. It represents the most recent information that is available about the corresponding values at any given moment of time. The values include first and second order derivative of the price curve by price, so that the real-time theoretical option price can be estimated on real-time changes of the underlying price in the vicinity. More...
 
interface  IDxTimeAndSale
 Time and Sale represents a trade (or other market event with price, e.g. market open/close price, etc). Time and Sales are intended to provide information about trades in a continuous time slice (unlike Trade events which are supposed to provide snapshot about the current last trade). More...
 
interface  IDxTimeSeriesEvent
 Represents time-series snapshots of some process that is evolving in time or actual events in some external system that have an associated time stamp and can be uniquely identified. For example, IDxTimeAndSale events represent the actual sales that happen on a market exchange at specific time moments, while IDxCandle events represent snapshots of aggregate information about trading over a specific time period. More...
 
interface  IDxTrade
 Trade event is a snapshot of the price and size of the last trade during regular trading hours and an overall day volume. It represents the most recent information that is available about the regular last trade price on the market at any given moment of time. More...
 
interface  IDxTradeBase
 Interface for common fields of IDxTrade and IDxTradeETH events. Trade events represent the most recent information that is available about the last trade on the market at any given moment of time. More...
 
interface  IDxTradeETH
 TradeETH event is a snapshot of the price and size of the last trade during extended trading hours and the extended hours day volume. This event is defined only for symbols (typically stocks and ETFs) with a designated extended trading hours (ETH, pre market and post market trading sessions). It represents the most recent information that is available about ETH last trade on the market at any given moment of time. More...
 
interface  IDxUnderlying
 Underlying event is a snapshot of computed values that are available for an option underlying symbol based on the option prices on the market. It represents the most recent information that is available about the corresponding values on the market at any given moment of time. More...
 
class  IndexedEventSource
 
class  OrderSource