User Guide

This guide assumes you have already configured and started the MDI Multicast-Multichannel server component. It assumes that the Multicast-Multichannel component is broadcasting on port 7401 using -u 7400 -n 1 to launch a single UDP broadcaster.

Starting the GUI

Start the GUI by executing the jarfile:

  • java -jar TickerGUI-1.5.1-jar-with-dependencies.jar localhost 7401

    will start the GUI with no Traded Instrument data so only ISIN codes will be displayed.

  • java -jar TickerGUI-1.5.1-jar-with-dependencies.jar localhost 7401 c:\instdata

    will start the GUI and use the data contained withing the 'instdata' file to provide additional information in the GUI.