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.
|
com.dxfeed.event.misc |
Defines miscellaneous event classes.
|
com.dxfeed.event.option |
Defines option-related market event classes.
|
Modifier and Type | Method and Description |
---|---|
abstract <E extends LastingEvent<?>> |
DXFeed.getLastEvent(E event)
Returns the last event for the specified event instance.
|
abstract <E extends LastingEvent<?>> |
DXFeed.getLastEventPromise(Class<E> eventType,
Object symbol)
Requests the last event for the specified event type and symbol.
|
<E extends LastingEvent<?>> |
DXFeed.getLastEvents(Collection<E> events)
Returns the last events for the specified list of event instances.
|
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 |
Profile
Profile information snapshot that contains security instrument description.
|
class |
Quote
Quote event is a snapshot of the best bid and ask prices,
and other fields that change with each quote.
|
class |
Summary
Summary information snapshot about the trading session including session highs, lows, etc.
|
class |
Trade
Trade event is a snapshot of the price and size of the last trade and other fields that
change with each trade.
|
Modifier and Type | Class and Description |
---|---|
class |
Configuration
Configuration event with application-specific attachment.
|
Modifier and Type | Class and Description |
---|---|
class |
Greeks
Greeks event is a snapshot of the option price, Black-Scholes volatility and greeks.
|
class |
TheoPrice
Theo price is a snapshot of the theoretical option price computation that is
periodically performed by dxPrice
model-free computation.
|
Copyright © 2014 Devexperts. All Rights Reserved.