Package | Description |
---|---|
com.dxfeed.api |
Main package for dxFeed API that provides DXFeed as its core class.
|
com.dxfeed.event.candle |
Provides Candle event (open, high, low, close prices and other information
for a specific period) and helper classes.
|
com.dxfeed.event.market |
Provides regular market event classes.
|
com.dxfeed.event.option |
Provides option-related market event classes.
|
com.dxfeed.model |
Provides convenient data models for events processing.
|
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.getTimeSeriesIfSubscribed(Class<E> eventType,
Object symbol,
long fromTime,
long toTime)
Returns time series of events for the specified event type, symbol, and a range of time
if there is a subscription for it.
|
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.
|
class |
DailyCandle
Candle with an additional properties that are collected for optionable indices, stocks, and futures on a
daily basis.
|
Modifier and Type | Class and Description |
---|---|
class |
TimeAndSale
Time and Sale represents a trade (or other market event with price, e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
Greeks
Greeks event is a snapshot of the option price, Black-Scholes volatility and greeks.
|
Modifier and Type | Class and Description |
---|---|
class |
TimeSeriesEventModel<E extends TimeSeriesEvent<?>>
Model for a list of time-series events.
|
Copyright © 2016 Devexperts. All Rights Reserved.