Example Report.
In Trading Manager the user can select a trade and activate the menu field: Trade_History.
A report is generated and published as a html file. The report automatically opens in the users browser
There is quite a lot going on behind the scenes. An AMBA has to be set up for reading the trade related messages. A separate Sybase database was setup for storing part of the messages. A Python script was created for connecting and sorting the data from the Sybase database. Some XML setup was done for creating the wanted display. An Extension module was created for the menu extension etc.