Package | Description |
---|---|
com.dxfeed.api |
Main package for dxFeed API that provides DXFeed as its core class.
|
Modifier and Type | Class and Description |
---|---|
class |
DXFeedSubscription<E>
Subscription for a set of symbols and event types.
|
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 |
---|---|
abstract <E> ObservableSubscription<E> |
DXPublisher.getSubscription(Class<E> eventType)
Returns observable set of subscribed symbols for the specified event type.
|
Copyright © 2002–2023 Devexperts LLC. All rights reserved.