question

Upvotes
Accepted
9.6k 10 7 7

EMA Webinar Nov 2: I tried running Speed Guide Tool and it is not showing one gui with button like Home,previous,next etc

This is a question from Webinar on Wednesday, 2nd November, 2016 (APAC Session)

elektronrefinitiv-realtimeelektron-sdkema-apirrtelektron-message-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
25.3k 87 12 25

Please note that there seems to be some issue navigating to the SpeedGuideTool documentation page. This has been reported to the site administrator.

In the meantime, below is the extract from the documentation page:

SPEED GUIDE TOOL

Overview

The Speed Guide sample application allows users and developers who do not have access to the Eikon application to browse the contents available from Elektron.

For application testing, developers often need a list of RICs (Reuters Instrument Codes) for a certain market, exchange, or instrument type. The Speed Guide sample application is a tool to discover those RICs.

It subscribes to Snapshot data content (non-streaming).

Disclaimer

This is not a high performance application, and not a production application.

Tool download

The executable program and readme with explanations to run it can be downloaded here.

Running the tool

Parameters

The Speed Guide sample application must connect to an Elektron system or to an Elektron Connect.

The application requires these four input parameters (the default connection values are set for an Elektron Connect):

  • Hostname or IP Address
    Default value: localhost
  • Port Number
    Default value: 14002
  • Service Name
    Default value: ELEKTRON_DD
  • User Name
    Default value: user

Run command

<code>SpeedGuideTool.v1.1.exe [Host_Name | IP_Address] [Port_Number] [Service_Name] [User_Name]

Example:

<code>SpeedGuideTool.v1.1.exe 10.67.4.28 14002 ELEKTRON_EDGE user

Tool usage

Below is a screenshot of the main screen of the Speed Guide; this is also the initial page that it starts with.

The Home button takes the user back to this page at any time.

To see any page, double click on its code between < >. The sample application will not subscribe to the code between [ ].

The top navigation menu provides:

  • A Home button to go back to the initial main page.
  • A Previous button to go back to the previous page.
  • A Next button to go to next page (if it exists).
  • An input text field that displays the RIC for the current page, and allows entering a RIC to request.

The Status box in the lower part of the window provides the status of the subscription requests. The status message from Elektron contains the RIC code, the Service Name, and the State of the request:

The Chain record screen displays the fields of the Chain record. The < > bracket is clickable to request further data:

The Quote record screen provides a snapshot of the real time pricing data:

Solution Code

The Speed Guide sample application was also implemented to demonstrate coding of the content discovery capability in Elektron.

It was programmed using the Elektron SDK Java API, and the GUI was implemented with Java 8 (JavaFx).

The source code consists of two Java files: the consumer and the main GUI Java files. It can be downloaded here.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
9.6k 10 7 7

The application was implemented with Java 8. Hence, make sure that you run on Java 8 with the proper arguments.

The Run command:

SpeedGuideTool.v1.1.exe [Host_Name |
IP_Address] [Port_Number] [Service_Name] [User_Name]

The example command:

SpeedGuideTool.v1.1.exe 10.67.4.28 14002 ELEKTRON_EDGE user
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvote
1.5k 5 6 7

... or as an alternative you can just use TRexplorer:

It is free for anyone to use and will be - IMHO - a magnitude simpler to use than the SpeedGuideTool. It provides many, many other features than the SpeedGuideTool and even if you regard it solely for the narrow use case, as a "tool for finding data using TR speed guides", it will be much better to use use.

But I'm biased, of course. :-)

(btw: even the install phase is much easier as it doesn't require Java on your desktop)

Kind regards,

Lars

Addicticks


trexplorer.png (200.5 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.