Package | Description |
---|---|
com.dxfeed.api |
Main package for dxFeed API that provides DXFeed as its core class.
|
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> DXFeedSubscription<E> |
DXFeed.createSubscription(Class<? extends E>... eventTypes)
Creates new subscription for multiple event types that is attached to this feed.
|
<E> DXFeedSubscription<E> |
DXFeed.createSubscription(Class<? extends E> eventType)
Creates new subscription for a single event type that is attached to this feed.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
DXFeed.attachSubscription(DXFeedSubscription<?> subscription)
Attaches the given subscription to this feed.
|
abstract void |
DXFeed.detachSubscription(DXFeedSubscription<?> subscription)
Detaches the given subscription from this feed.
|
abstract void |
DXFeed.detachSubscriptionAndClear(DXFeedSubscription<?> subscription)
Detaches the given subscription from this feed and clears data delivered to this subscription
by publishing empty events.
|
protected static <E> void |
DXFeed.processEvents(DXFeedSubscription<E> subscription,
List<E> events)
Processes received events.
|
Copyright © 2002–2023 Devexperts LLC. All rights reserved.