Package | Description |
---|---|
com.dxfeed.api |
Main package for dxFeed API that provides DXFeed as its core class.
|
com.dxfeed.model |
Provides convenient data models for events processing.
|
com.dxfeed.model.market |
Provides models for market events.
|
Modifier and Type | Method and Description |
---|---|
abstract DXFeed |
DXEndpoint.getFeed()
Returns feed that is associated with this endpoint.
|
static DXFeed |
DXFeed.getInstance()
Returns a default application-wide singleton instance of feed.
|
Modifier and Type | Method and Description |
---|---|
void |
DXFeedSubscription.attach(DXFeed feed)
Attaches subscription to the specified feed.
|
void |
DXFeedSubscription.detach(DXFeed feed)
Detaches subscription from the specified feed.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndexedEventModel.attach(DXFeed feed)
Attaches model to the specified feed.
|
void |
AbstractIndexedEventModel.detach(DXFeed feed)
Detaches model from the specified feed.
|
Constructor and Description |
---|
AbstractIndexedEventModel(DXFeed feed,
Class<? extends E> eventType)
Creates new model attached to the specified feed.
|
Modifier and Type | Method and Description |
---|---|
void |
OrderBookModel.attach(DXFeed feed)
Attaches model to the specified feed.
|
void |
OrderBookModel.detach(DXFeed feed)
Detaches model from the specified feed.
|
Constructor and Description |
---|
OrderBookCorrector(DXFeed feed)
Creates new model with default parameters and attaches it to specified data feed.
|
OrderBookCorrector(DXFeed feed,
long keepTTL,
long flipTTL)
Creates new model with specified parameters and attaches it to specified data feed.
|
Copyright © 2002–2023 Devexperts LLC. All rights reserved.