|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DXFeedSubscription | |
---|---|
com.dxfeed.api | Main package for dxFeed API
(read com.dxfeed.api.DXFeed javadoc first). |
Uses of DXFeedSubscription in com.dxfeed.api |
---|
Subclasses of DXFeedSubscription in com.dxfeed.api | |
---|---|
class |
DXFeedTimeSeriesSubscription<E extends TimeSeriesEvent>
Extends DXFeedSubscription to conveniently subscribe to time-series of
events for a set of symbols and event types. |
Methods in com.dxfeed.api that return DXFeedSubscription | ||
---|---|---|
|
DXFeed.createSubscription(Class<? extends E>... eventTypes)
Creates new subscription for multiple event types that is attached to this feed. |
|
|
DXFeed.createSubscription(Class<? extends E> eventType)
Creates new subscription for a single event type that is attached to this feed. |
Methods in com.dxfeed.api with parameters of type DXFeedSubscription | ||
---|---|---|
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. |
|
protected static
|
DXFeed.processEvents(DXFeedSubscription<E> subscription,
List<E> events)
Processes received events. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |