Package | Description |
---|---|
com.dxfeed.api |
Main package for dxFeed API that provides DXFeed as its core class.
|
com.dxfeed.ondemand |
Provides API for dxFeed on-demand historical tick data replay.
|
Modifier and Type | Method and Description |
---|---|
abstract DXEndpoint |
DXEndpoint.Builder.build()
Builds
DXEndpoint instance. |
abstract DXEndpoint |
DXEndpoint.connect(String address)
Connects to the specified remote address.
|
static DXEndpoint |
DXEndpoint.create()
Creates an endpoint with
FEED role. |
static DXEndpoint |
DXEndpoint.create(DXEndpoint.Role role)
Creates an endpoint with a specified role.
|
abstract DXEndpoint |
DXEndpoint.executor(Executor executor)
Changes executor that is used for notifications.
|
static DXEndpoint |
DXEndpoint.getInstance()
Returns a default application-wide singleton instance of DXEndpoint with a
FEED role. |
static DXEndpoint |
DXEndpoint.getInstance(DXEndpoint.Role role)
Returns a default application-wide singleton instance of DXEndpoint for a specific role.
|
abstract DXEndpoint |
DXEndpoint.password(String password)
Changes password for this endpoint.
|
abstract DXEndpoint |
DXEndpoint.user(String user)
Changes user name for this endpoint.
|
Modifier and Type | Method and Description |
---|---|
abstract DXEndpoint |
OnDemandService.getEndpoint()
Returns
DXEndpoint that is associated with this on-demand service. |
Modifier and Type | Method and Description |
---|---|
static OnDemandService |
OnDemandService.getInstance(DXEndpoint endpoint)
Returns on-demand service for the specified
DXEndpoint . |
protected abstract void |
OnDemandService.initImpl(DXEndpoint endpoint)
Protected initialization method to bind
OnDemandService instance to DXEndpoint instance. |
Copyright © 2002–2023 Devexperts LLC. All rights reserved.