Package | Description |
---|---|
com.dxfeed.api |
Main package for dxFeed API that provides DXFeed as its core class.
|
com.dxfeed.api.osub |
Provides API to
observe subscription to generate and publish events only when needed.
|
com.dxfeed.event |
Provides common event interfaces and annotations.
|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract <E extends IndexedEvent<?>> |
DXFeed.getIndexedEventsIfSubscribed(Class<E> eventType,
Object symbol,
IndexedEventSource source)
Returns a list of indexed events for the specified event type, symbol, and source
if there is a subscription for it.
|
abstract <E extends IndexedEvent<?>> |
DXFeed.getIndexedEventsPromise(Class<E> eventType,
Object symbol,
IndexedEventSource source)
Requests a list of indexed events for the specified event type, symbol, and source.
|
Modifier and Type | Method and Description |
---|---|
IndexedEventSource |
IndexedEventSubscriptionSymbol.getSource()
Returns indexed event source.
|
Constructor and Description |
---|
IndexedEventSubscriptionSymbol(T eventSymbol,
IndexedEventSource source)
Creates indexed event subscription symbol with a specified event symbol and source.
|
Modifier and Type | Field and Description |
---|---|
static IndexedEventSource |
IndexedEventSource.DEFAULT
The default source with zero
identifier
for all events that do not support multiple sources. |
Modifier and Type | Method and Description |
---|---|
IndexedEventSource |
TimeSeriesEvent.getSource()
Returns a source identifier for this event, which is always
DEFAULT for time-series events. |
IndexedEventSource |
IndexedEvent.getSource()
Returns source of this event.
|
Modifier and Type | Method and Description |
---|---|
IndexedEventSource |
Candle.getSource()
Returns a source identifier for this event, which is always
DEFAULT for time-series events. |
Modifier and Type | Class and Description |
---|---|
class |
OrderSource
|
Modifier and Type | Method and Description |
---|---|
IndexedEventSource |
TimeAndSale.getSource()
Returns a source identifier for this event, which is always
DEFAULT for time-series events. |
IndexedEventSource |
OptionSale.getSource()
Returns a source for this event.
|
Modifier and Type | Method and Description |
---|---|
IndexedEventSource |
Underlying.getSource()
Returns a source identifier for this event, which is always
DEFAULT for time-series events. |
IndexedEventSource |
TheoPrice.getSource()
Returns a source identifier for this event, which is always
DEFAULT for time-series events. |
IndexedEventSource |
Series.getSource()
Returns a source for this event.
|
IndexedEventSource |
Greeks.getSource()
Returns a source identifier for this event, which is always
DEFAULT for time-series events. |
Copyright © 2002–2023 Devexperts LLC. All rights reserved.