connamara / quickfixn

QuickFIX/n implements the FIX protocol on .NET.
http://quickfixn.org
Other
470 stars 558 forks source link

QuickFIX/N

Build status NuGet Version

For tutorials on how to use QuickFIX/n, visit the website.

This README is about setting up your system to do QuickFIX/n development.

System Setup

Code Generation

DDTool is a C#-based tool for analyzing DataDictionary files and regenerating the source for message and field classes.

Check out the DDTool directory to learn more, or you can just run this script:

pwsh scripts\Generate-Message-Sources.ps1

Build and Test

It is assumed that developers know how to use dotnet cli tools or their IDE of choice.

The simplest spin-up instructions are:

To run only UTs or only ATs:

To get more detail in the test ouput:

To run a specific suite, use --filter, e.g.

AcceptanceTest logs are output to bin/Debug/net6.0/log.

Credits

Connamara Systems

QuickFIXn is maintained and funded by Connamara.

The names and logos for Connamara are trademarks of Connamara Systems, LLC.

Licensing

This software is available under the QuickFIX Software License. Please see the LICENSE for the terms specified by the QuickFIX Software License.