|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeSeriesEvent | |
---|---|
com.dxfeed.api | Main package for dxFeed API
(read com.dxfeed.api.DXFeed javadoc first). |
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. |
Uses of TimeSeriesEvent in com.dxfeed.api |
---|
Classes in com.dxfeed.api with type parameters of type TimeSeriesEvent | |
---|---|
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 with type parameters of type TimeSeriesEvent | ||
---|---|---|
|
DXFeed.createTimeSeriesSubscription(Class<? extends E>... eventTypes)
Creates new time series subscription for multiple event types that is attached to this feed. |
|
|
DXFeed.createTimeSeriesSubscription(Class<? extends E> eventType)
Creates new time series subscription for a single event type that is attached to this feed. |
Uses of TimeSeriesEvent in com.dxfeed.event.candle |
---|
Classes in com.dxfeed.event.candle that implement TimeSeriesEvent | |
---|---|
class |
Candle
Candle event with open, high, low, close prices and other information for a specific period. |
Uses of TimeSeriesEvent in com.dxfeed.event.market |
---|
Classes in com.dxfeed.event.market that implement TimeSeriesEvent | |
---|---|
class |
TimeAndSale
Time and Sale represents a trade (or other market event with price, e.g. market open/close price, etc.). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |