See: Description
| Interface | Description |
|---|---|
| DXFeedEventListener<E> |
The listener interface for receiving events of the specified type
E. |
| FilteredSubscriptionSymbol |
This marker interface marks subscription symbol classes (like
TimeSeriesSubscriptionSymbol)
that attach "filters" to the actual symbols. |
| Class | Description |
|---|---|
| DXEndpoint | |
| DXEndpoint.Builder |
Builder class for
DXEndpoint that supports additional configuration properties. |
| DXFeed |
Main entry class for dxFeed API (read it first).
|
| 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–2023 Devexperts LLC. All rights reserved.