| Package | Description | 
|---|---|
| com.dxfeed.api | 
 Main package for dxFeed API that provides DXFeed as its core class. 
 | 
| com.dxfeed.event.candle | 
 Provides Candle event (open, high, low, close prices and other information
for a specific period) and helper classes. 
 | 
| com.dxfeed.event.market | 
 Provides regular market event classes. 
 | 
| com.dxfeed.event.option | 
 Provides option-related market event classes. 
 | 
| com.dxfeed.model | 
 Provides convenient data models for events processing. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DXFeedTimeSeriesSubscription<E extends TimeSeriesEvent>
Extends  
DXFeedSubscription to conveniently subscribe to time-series of
 events for a set of symbols and event types. | 
| Modifier and Type | Method and Description | 
|---|---|
<E extends TimeSeriesEvent<?>> | 
DXFeed.createTimeSeriesSubscription(Class<? extends E>... eventTypes)
Creates new time series subscription for multiple event types that is attached to this feed. 
 | 
<E extends TimeSeriesEvent<?>> | 
DXFeed.createTimeSeriesSubscription(Class<? extends E> eventType)
Creates new time series subscription for a single event type that is attached to this feed. 
 | 
abstract <E extends TimeSeriesEvent<?>> | 
DXFeed.getTimeSeriesIfSubscribed(Class<E> eventType,
                         Object symbol,
                         long fromTime,
                         long toTime)
Returns time series of events for the specified event type, symbol, and a range of time
 if there is a subscription for it. 
 | 
abstract <E extends TimeSeriesEvent<?>> | 
DXFeed.getTimeSeriesPromise(Class<E> eventType,
                    Object symbol,
                    long fromTime,
                    long toTime)
Requests time series of events for the specified event type, symbol, and a range of time. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Candle
Candle event with open, high, low, close prices and other information for a specific period. 
 | 
class  | 
DailyCandle
Deprecated. 
 
use  
Candle instead. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TimeAndSale
Time and Sale represents a trade or other market event with price, like market open/close price, etc. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Greeks
Greeks event is a snapshot of the option price, Black-Scholes volatility and greeks. 
 | 
class  | 
TheoPrice
Theo price is a snapshot of the theoretical option price computation that is
 periodically performed by dxPrice
 model-free computation. 
 | 
class  | 
Underlying
Underlying event is a snapshot of computed values that are available for an option underlying
 symbol based on the option prices on the market. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TimeSeriesEventModel<E extends TimeSeriesEvent<?>>
Model for a list of time-series events. 
 | 
Copyright © 2002–2023 Devexperts LLC. All rights reserved.