Skip to content

VirtuFinancial/FixClient

Repository files navigation

FIX Client

FIX Client

Synopsis

FIX Client is a Windows desktop program designed for manually testing FIX protocol end points. It can simulate both initiator and acceptor behaviour. FIX Client is written in C# using Winforms and is built on a C# FIX library that can be used standalone to build other programs.

fixciient

Releases

  • Download the latest stable release 4.0.0
  • If this is the first time you've run FIX Client follow the installation instructions below.

Installation

  • Install the .NET 5.0 Desktop Runtime
    • NB FIX Client is not compatible with .NET 5.0.4 Please see here for details.
  • FIX Client is distributed as .NET single file application, just download FixClient.exe from a release and run it.

Building

Command Line

  • Install the .NET 5.0 SDK
  • Clone this repository and change into the repository root directory.
  • On the command line type dotnet publish -c Release -r win-x64
  • The resulting executable can be retrieved from FixClient/bin/Release/net5.0-windows/win-x64/publish/FixClient.exe

Visual Studio

  • Install Visual Studio Community Edition 2019
  • Open Fix.sln in the repository root directory.
  • Select Build -> Publish FIX Client from the menu.
  • Client the Publish button.
  • The resulting executable can be retrieved from FixClient/bin/Release/net5.0-windows/win-x64/publish/FixClient.exe

Acknowledgements

This repository includes parts of the www.fixtrading.org XML Repository Copyright (c) FIX Protocol Ltd. All Rights Reserved.

About

No description, website, or topics provided.

Resources

License

Stars

8 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors