Package | Description |
---|---|
com.dxfeed.api |
Main package for dxFeed API that provides DXFeed as its core class.
|
com.dxfeed.event.candle |
Defines Candle event (open, high, low, close prices and other information
for a specific period) and provides helper classes.
|
com.dxfeed.event.market |
Defines regular market event classes.
|
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 extends TimeSeriesEvent<?>> |
DXFeed.createTimeSeriesSubscription(Class<? extends E>... eventTypes)
Creates new time series subscription for multiple event types that is attached to this feed.
|
<E extends TimeSeriesEvent<?>> |
DXFeed.createTimeSeriesSubscription(Class<? extends E> eventType)
Creates new time series subscription for a single event type that is attached to this feed.
|
abstract <E extends TimeSeriesEvent<?>> |
DXFeed.getTimeSeriesPromise(Class<E> eventType,
Object symbol,
long fromTime,
long toTime)
Requests time series of events for the specified event type, symbol, and a range of time.
|
Modifier and Type | Class and Description |
---|---|
class |
Candle
Candle event with open, high, low, close prices and other information
for a specific period.
|
Modifier and Type | Class and Description |
---|---|
class |
TimeAndSale
Time and Sale represents a trade (or other market event with price, e.g. market open/close price, etc.).
|
Copyright © 2014 Devexperts. All Rights Reserved.