Show TOC

Starting the FIX AdapterLocate this document in the navigation structure

To start the FIX Session adapter from the command line, start Event Stream Processor, verify parameters, and execute the start command.

Context

Perform these steps to start the FIX adapter.

Procedure

  1. Start Event Stream Processor.
    On Windows:
    1. Start the cluster.
    2. Compile CCL to create CCX.
      %STREAMING_HOME%\bin\streamingcompiler -i <modelname>.ccl -o <modelname>.ccx
    3. Deploy the project on the cluster.
      %STREAMING_HOME%\bin\streamingclusteradmin" --uri=esp[s]://localhost:19011 --username=<username> --password=<password> --add_project --workspace-name=<yourworkspacename> --project-name=<yourprojectname> --ccx=<modename>.ccx
    4. Start the deployed project on the cluster.
      %STREAMING_HOME%\bin\streamingclusteradmin" --uri=esp[s]://localhost:19011 --username=<username> --password=<password> --start_project --workspace-name=<yourworkspacename> --project-name=<yourprojectname>
    On UNIX:
    1. Start the cluster.
    2. Compile CCL to create CCX.
      $STREAMING_HOME/bin/streamingcompiler -i <modelname>.ccl -o <modelname>.ccx
    3. Deploy the project on the cluster.
      $STREAMING_HOME/bin/streamingclusteradmin" --uri=esp[s]://localhost:19011 --username=<username> --password=<password> --add_project --workspace-name=<yourworkspacename> --project-name=<yourprojectname> --ccx=<modelname>.ccx
      $STREAMING_HOME/bin/streamingclusteradmin" --uri=esp[s]://localhost:19011 --username=<username> --password=<password> --add_project --workspace-name=<yourworkspacename> --project-name=<yourprojectname> --ccx=<modelname>.ccx
    4. Start the deployed project on the cluster.
      $STREAMING_HOME/bin/streamingclusteradmin" --uri=esp[s]://localhost:19011 --username=<username> --password=<password> --start_project --workspace-name=<yourworkspacename> --project-name=<yourprojectname>
  2. Start the adapter.
    Operating System Step
    UNIX Open a terminal window and enter:

    cd $STREAMING_HOME/adapters/fix/bin

    ./adapter.sh <configuration file path> start

    Windows Open a command window and enter:

    cd %STREAMING_HOME%/adapters/fix/bin

    adapter.bat <configuration file path> start

    You can use the streamingsubscribe utility to ensure that FIX messages are successfully published to Event Stream Processor.