jBloomberg | level API that wraps the low level Bloomberg Java API | Runtime Evironment library
kandi X-RAY | jBloomberg Summary
Support
Quality
Security
License
Reuse
- Generates the token and returns it
- Sets the result if null
- Parses the response
- Opens the service if it is already opened
- Closes the monitor
- Shuts down the ADT
- Handles event
- Converts the given state to a SessionState instance
- Builds the request object
- Adds overrides to the request
- Builds the request XML for this request
- Parses the response data
- Authorise the user
- Subscribes a subscription
- Adds a custom override for a specific field
- Returns a string representation of this object
- Adds the API request to the request
- Gets a multimap for a specific field
- Submit a Request
- Returns true ifbComm is started
- Parse the historical data from the response
- Performs an authorization request
- Fire a data change event
- Returns a string representation of this error
- Parses the response without checking the security information
- Appends the request to the request
jBloomberg Key Features
jBloomberg Examples and Code Snippets
com.assylias jbloomberg 3.7
mvn install:install-file -Dfile=c:/temp/blpapi-3.16.1-2.jar -DgroupId=com.bloombergblp -DartifactId=blpapi -Dversion=3.16.1-2 -Dpackaging=jar
Trending Discussions on jBloomberg
Trending Discussions on jBloomberg
QUESTION
I'm new to all around Bloomberg. Having trouble of figuring out how to use auth_setup_template from https://github.com/assylias/jBloomberg/tree/master/src/test/resources in jBloomberg code.
I have code that is using BLPAPI directly on which you can specify auth parameters. I'm interested how to use auth parameters with jBloomberg. For example, following code just create a session but there is no Auth data:
BloombergSession jBloombergSession = new DefaultBloombergSession();
jBloombergSession.start();
I can't find any example of this online.
Please help.
Thanks
ANSWER
Answered 2019-Jun-26 at 11:07That file is used in the tests, in particular in AuthorisationTest.java
. If you look at the code in that file you will see a few examples using the different forms of authorisation.
QUESTION
Using the Bloomberg API via jBloomberg, how do I retrieve data based on an isin or a sedol code instead of a Bloomberg ticker?
ANSWER
Answered 2017-Feb-27 at 14:42This is detailed in the Bloomberg Developers Guide:
A security must conform to the following syntax:
/[Topic Prefix]/SYMBOLOGY[@Pricing Source][Exchange]
Where [Topic Prefix] is one of the following: ticker cusip wpk isin buid sedol1 sedol2 sicovam common bsid svm cins cats bbgid
So if you want to request data on IBM, you could use any of the following security identifiers:
String ticker = "IBM US Equity";
String isin = "/isin/US4592001014";
String sedol = "/sedol1/2005973";
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install jBloomberg
You can use jBloomberg like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the jBloomberg component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesExplore Kits - Develop, implement, customize Projects, Custom Functions and Applications with kandi kits
Save this library and start creating your kit
Share this Page