Example: Using All In One

Engage in a two-way FIX session with counterparty A, and in a one-way FIX session with counterparty B. If the value of the OfferPx field is less than 30.0, the FIX adapter sends a NewOrderSingle message back to counterparty A and copies it to a file.

All In One
AllInOne

  1. Start Event Stream Processor.
    Operating System Step
    UNIX Open a terminal window:
    1. Start the example cluster: start_server_cluster.sh
    2. Start the project on the cluster: start_project.sh
    Windows Open a command window:
    1. Start the example cluster: start_server_cluster.bat
    2. Add project to the cluster, and start it on the cluster: start_project.bat
  2. Start the respective subscriber utility for Event Stream Processor.
    Operating System Step
    UNIX Open a terminal window and enter:

    ./esp-subscribe.sh

    Windows Open a command window and enter:

    esp-subscribe.bat

  3. Start the adapter.
    Operating System Step
    UNIX Open a terminal window and enter:

    ./adapter.sh

    Windows Open a command window and enter:

    adapter.bat

  4. Wait five to ten seconds for the adapter to initialize.
  5. Start output terminal B.
    Operating System Step
    UNIX Open a terminal window and enter:

    ./terminalB.sh

    Windows Open a command window and enter:

    terminalB.bat

  6. Wait five to ten seconds for the adapter to initialize.
  7. Start output terminal A.
    Operating System Step
    UNIX Open a terminal window and enter:

    ./terminalA.sh

    Windows Open a command window and enter:

    terminalA.bat

  8. Wait five to ten seconds for the adapter to initialize.
  9. Copy the contents of the quotes.fix file and paste it into the terminal A console window.
Related reference
Inbound and Outbound Connectors