Class and Description |
---|
BloombergException
Exception thrown to signal that an error occurred while calling the Bloomberg API.
This can happen for example if there is no Bloomberg terminal installed on the machine, if the user is not logged on, if the connection gets shutdown, if a malformed query is sent to the API etc. |
BloombergRequestType
The names internally used by Bloomberg to identify the various types of requests - users don't need to use these
values directly.
|
BloombergServiceType
The URIs internally used by Bloomberg to identify the various services - users don't need to use these values
directly.
|
BloombergSession
A high level API to submit requests to the Bloomberg API or subscribe to real time data updates.
|
DataChangeEvent
A DataChangeEvent gets delivered whenever a real time subscription sends a new value for a tracked data.
|
DataChangeListener
A DataChangeListener is passed to a BloombergSession to be informed of real time changes to a combination of
securities / fields.
|
HistoricalData
A class that represents the result returned by a Bloomberg HistoricalData request.
|
HistoricalData.ResultForSecurity
Used to filter the result of a request by security, field and date.
|
HistoricalData.ResultForSecurity.ResultForSecurityAndDate |
HistoricalData.ResultForSecurity.ResultForSecurityAndField |
HistoricalRequestBuilder
This class enables to build a HistoricalData request while ensuring argument safety.
|
HistoricalRequestBuilder.Days
Defines what days are returned in historical requests (weekdays only, all days etc.).
|
HistoricalRequestBuilder.Fill
Defines what values are returned when a field has no value on a specific date.
|
HistoricalRequestBuilder.Period
Defines the period used for historical data requests (daily, weekly etc.).
|
HistoricalRequestBuilder.PeriodicityAdjustment
Defines the periodicity adjustment.
|
IntradayBarData
A class that represents the result returned by a Bloomberg IntradayBarData request.
|
IntradayBarData.ResultForDate |
IntradayBarData.ResultForField |
IntradayBarField
A list of the fields available when requesting IntradayBar data.
|
IntradayBarRequestBuilder
This class enables to build an IntradayBarData historical request while ensuring argument safety.
|
IntradayBarRequestBuilder.IntradayBarEventType
Defines the field to be returned for historical intraday bar requests.
|
IntradayTickData
A class that represents the result returned by a Bloomberg IntradayTickData request.
|
IntradayTickField
A list of the fields available when requesting IntradayTick data.
|
IntradayTickRequestBuilder
This class enables to build an IntradayTickData historical request while ensuring argument safety.
|
IntradayTickRequestBuilder.IntradayTickEventType
Defines the field to be returned for historical intraday tick requests.
|
RealtimeField
A list of all supported real time fields that can be subscribed to.
|
ReferenceData
A class that represents the result returned by a Bloomberg ReferenceData request.
|
ReferenceData.ResultForField |
ReferenceData.ResultForSecurity |
ReferenceRequestBuilder
This class enables to build a ReferenceData request while ensuring argument safety.
|
RequestBuilder
An interface used to create static or historical requests: users of this API should use existing implementations of
this interface.
|
RequestResult
An interface that represents the result returned by a Bloomberg request (historical, intraday, static or portfolio
requests).
|
ResultParser
A ResultParser parses the responses received from the Bloomberg Session after having sent a request.
|
SubscriptionBuilder
A SubscriptionBuilder is used to build real time streaming subscription requests.
|
TypedObject |
Copyright © 2013. All Rights Reserved.