Version 3.3.0
Onix Solutions Java CME iLink 2 Audit Trail Generator is a Java library that provides a functionality to generate a complete and accurate record of all activity through the connection, and account for every electronic communication by the order routing or front-end system from the time such order routing or front-end system receives or generates an electronic communication until it is communicated to CME Globex.
Below are the key features of the OnixS CME iLink 2 Audit Trail Generator:
This section guides through the most significant parts of the Audit Trail Generator architecture.
The OnixS CME iLink 2 Audit Trail Generator library depends on the OnixS Java FIX Engine library.
All classes of the OnixS CME iLink 2 Audit Trail Generator belongs to the biz.onixs.cme.audit.trail.spreadsheet.generator
packet.
The typical way of using the OnixS CME iLink 2 Audit Trail Generator is:
CmeTradingFixDialect.xml
.biz.onixs.cme.audit.trail.spreadsheet.generator.SpreadsheetGenerator
class.biz.onixs.cme.audit.trail.spreadsheet.generator.SpreadsheetGenerator.generate
method to generate a report.The following Java code snippet illustrates basic usage of the OnixS CME iLink 2 Audit Trail Generator.
EngineSettings settings = new EngineSettings();
settings.setDialects("config/CmeTradingFixDialect.xml");
Engine.init(settings);
final SpreadsheetGenerator generator = new SpreadsheetGenerator("Sender-CME-FIX_4_2_2016111808291264111111.summary", ';');
generator.generate();
The format of the FIX Engine .summary file is very simple: <IN|OUT> <timestamp> <raw FIX message>.
OnixS provides online support resources to the customers and development partners.
OnixS Support for the product is based on facilities of JIRA issue logging and tracking system. Registered customers may directly push support requests and get timely status updates and replies on the posted issues. By using issue tracking system requests are delivered to development Q/A teams without any delays caused by dispatching support mail, therefore OnixS Support Team highly recommends to use JIRA instead of mail.
For those who can't take advantage of using the OnixS issue tracking system, support requests can be sent via email at support@onixs.biz.