Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Installation on Linux Mint and Ubuntu

Info

FCS is has been available on Linux since the FIX Client Simulator 3.5.0 release.

...

  1. Install Wine (instruction for Ubuntu and Mint).
  2. Install Winetricks using the following commands:

    Code Block
    languagec#
    sudo apt install winetricks


  3. Install .NET Framework 4.8 using the following commands: 

    Code Block
    languagec#
    winetricks --force dotnet48
    winetricks --force corefonts

    If Wine prompts for installing Mono, click Cancel. Please refer to the HowTo section for more details.

  4. Navigate to the FCS folder and run it.

    Code Block
    languagec#
    cd ./FCS_<version>
    wine Fcs.exe


Installation on macOS

Info

FCS has been available on macOS since the FIX Client Simulator 3.5.0 release.

To install FIX Client Simulator on macOS follow the instructions below:

  1. Install Wine
    1. Option 1 - Download and iinstall Wine from the official site

    2. Option 2 - Download and install Wine using Brew

      Code Block
      languagec#
      brew install --cask wine-stable


  2. Navigate to the FCS folder and run it.


    1. Option 1 - via Terminal

      Code Block
      languagec#
      cd ./FCS_<version>
      wine Fcs.exe


    2. Option 2 - via context menu

      Image Added

Configuration

FIX Client Simulator can be configured in the Fcs.exe.config file via the following properties:

...

The "Backup Connection Parameters" section

The FIX Client Simulator 3.10.0 release introduces the "Backup Connection Parameters" section, which allows configuring a backup connection to ensure a seamless transition if the primary connection fails.

  • Enable Cyclic Switch Backup Connection will cyclically try to reconnect to the primary and backup if either is lost
  • Enable Auto Switch to Backup Connection automatically switches to the backup if the primary fails after a few attempts. If disabled, no backup attempt will be made
  • Keep Connection State retains the same log files for both connections if enabled. If disabled, separate logs will be created for the backup connection

Multiline session display

...