Skip to content
Architecture

OMAS

Overview

The OMAS architecture allows realtime streaming of FIX messages into 3forge for easy visualization and analystics.

Installation

  1. Download and extract the fix2ami.<version>.<type>.tar.gz file from your 3forge account.

  2. Configure properties in the config/fix2ami folder:

    1. root.properties: FIX session properties.

    2. db.properties: 3forge DB properties.

      • host, port, login values can be obtained from your local 3forge settings

      • Optionally, configure table names for OMAS using the same property

  3. Run the startFix2Ami.sh script located in the scripts folder and connect to the FIX sessions. To connect multiple sessions, add session names to the sessions variable and configure properties for each session.

    Now, FIX messages will be processed to 3forge and you can begin creating visualizations in the dashboard:

  4. To stop, run the stopFix2Ami.sh script.

Notes:

  • If you change table names for OMAS in the db.properties file later, the old tables will still be defined in AMI DB
  • Fix2Ami sequence numbers are stored in the data/fix2ami folder