See: Description
| Interface | Description |
|---|---|
| DXFeedEventListener<E> |
The listener interface for receiving events of the specified type
E. |
| DXFeedFilter |
A filter for data or subscription based on DXFeed API coordinates
(
event type + subscription symbol). |
| DXFeedFilterFactory |
A factory interface for creating
DXFeedFilter instances using
Services framework. |
| DXFeedFilterListener |
Listener for
DXFeedFilter update tracking. |
| DXFeedFilterTracker |
A stable reference holder that tracks the most recent version of a
DXFeedFilter. |
| FilteredSubscriptionSymbol |
This marker interface marks subscription symbol classes (like
TimeSeriesSubscriptionSymbol)
that attach "filters" to the actual symbols. |
| SubscriptionController |
An interface that provides a collection of methods for managing underlying subscription.
|
| Class | Description |
|---|---|
| DXEndpoint | |
| DXEndpoint.Builder |
Builder class for
DXEndpoint that supports additional configuration properties. |
| DXFeed |
Main entry class for dxFeed API (read it first).
|
| DXFeedFilter.Builder |
Builder for constructing
DXFeedFilter instances. |
| DXFeedSubscription<E> |
Subscription for a set of symbols and event types.
|
| DXFeedTimeSeriesSubscription<E extends TimeSeriesEvent> |
Extends
DXFeedSubscription to conveniently subscribe to time-series of
events for a set of symbols and event types. |
| DXPublisher |
Provides API for publishing of events to local or remote
feeds. |
| Enum | Description |
|---|---|
| DXEndpoint.Role |
Represents the role of endpoint that was specified during its
creation. |
| DXEndpoint.State |
Represents the current state of endpoint.
|
Copyright © 2002–2026 Devexperts LLC. All rights reserved.