| Package | Description |
|---|---|
| com.dxfeed.api |
Main package for dxFeed API that provides DXFeed as its core class.
|
| com.dxfeed.event |
Provides common event interfaces and annotations.
|
| 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.custom |
Provides event classes for custom solutions.
|
| 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 | Method and Description |
|---|---|
abstract <E extends IndexedEvent<?>> |
DXFeed.getIndexedEventsIfSubscribed(Class<E> eventType,
Object symbol,
IndexedEventSource source)
Returns a list of indexed events for the specified event type, symbol, and source
if there is a subscription for it.
|
abstract <E extends IndexedEvent<?>> |
DXFeed.getIndexedEventsPromise(Class<E> eventType,
Object symbol,
IndexedEventSource source)
Requests a list of indexed events for the specified event type, symbol, and source.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TimeSeriesEvent<T>
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.
|
| 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 |
NuamOrder
Represents an extension of
Order for the symbols traded on the Nuam Exchange. |
class |
NuamTimeAndSale
Represents an extension of
TimeAndSale for the symbols traded on the Nuam Exchange. |
| Modifier and Type | Class and Description |
|---|---|
class |
AnalyticOrder
Represents an extension of
Order introducing analytic information, e.g. |
class |
MarketMaker
The Market Maker event captures a snapshot of aggregated top quotes from various market participants,
such as market makers, for a specific symbol.
|
class |
OptionSale
Option Sale event represents a trade or another market event with the price
(for example, market open/close price, etc.) for each option symbol listed under the specified Underlying.
|
class |
Order
Order event is a snapshot for a full available market depth for a symbol.
|
class |
OrderBase
Base class for common fields of
Order, AnalyticOrder, OtcMarketsOrder, NuamOrder
and SpreadOrder events. |
class |
OtcMarketsOrder
Represents an extension of
Order for the symbols traded on the OTC Markets. |
class |
SpreadOrder
Spread order event is a snapshot for a full available market depth for all spreads
on a given underlying symbol.
|
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 |
Series
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.
|
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 |
AbstractIndexedEventModel<E extends IndexedEvent<?>,N extends AbstractIndexedEventModel.Entry<E>>
Abstract model for a list of indexed events.
|
class |
IndexedEventModel<E extends IndexedEvent<?>>
Model for a list of indexed events.
|
class |
IndexedEventTxModel<E extends IndexedEvent<?>>
Represents an incremental transaction model for
indexed events. |
static class |
IndexedEventTxModel.Builder<E extends IndexedEvent<?>>
Builder class for
IndexedEventTxModel. |
static interface |
IndexedEventTxModel.Listener<E extends IndexedEvent<?>>
The listener interface for receiving indexed events of the specified type
E
from the IndexedEventTxModel. |
| Modifier and Type | Method and Description |
|---|---|
static <E extends IndexedEvent<?>> |
IndexedEventTxModel.newBuilder(Class<E> eventType)
Factory method to create a new builder for this model.
|
Copyright © 2002–2026 Devexperts LLC. All rights reserved.