...
Installation on Linux Mint and Ubuntu
Info |
---|
FCS is has been available on Linux since the FIX Client Simulator 3.5.0 release. |
...
- Install Wine (instruction for Ubuntu and Mint).
Install Winetricks using the following commands:
Code Block language c# sudo apt install winetricks
Install .NET Framework 4.8 using the following commands:
Code Block language c# winetricks --force dotnet48 winetricks --force corefonts
If Wine prompts for installing Mono, click Cancel. Please refer to the HowTo section for more details.
Navigate to the FCS folder and run it.
Code Block language c# 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:
- Install Wine
Option 1 - Download and iinstall Wine from the official site
Option 2 - Download and install Wine using Brew
Code Block language c# brew install --cask wine-stable
Navigate to the FCS folder and run it.
Option 1 - via Terminal
Code Block language c# cd ./FCS_<version> wine Fcs.exe
- Option 2 - via context menu
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
...