Stopping the FIX Adapter

Run the stop command in a terminal or command window to stop the adapter.

Prerequisites

When you are running the adapter from the command line, stop the adapter first before stopping the project.

Task
Operating System Step
UNIX Open a terminal window and enter:

cd $ESP_HOME/adapters/fix/bin

./adapter.sh $ADAPTER stop &

Windows Open a command window and enter:

cd %ESP_HOME%/adapters/fix/bin

adapter.bat %ADAPTER% stop

Related concepts
Stop Command