Git Product home page Git Product logo

quickfixn's Introduction

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

  • This project uses .NET 6.

  • All scripts are in Powershell, and should work on both Windows and Unix-based platforms.

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:

  • dotnet build - to build
  • dotnet test - to run all unit and acceptance tests (which use NUnit)

To run only UTs or only ATs:

  • dotnet test UnitTests
  • dotnet test AcceptanceTests

To get more detail in the test ouput:

  • dotnet test -l "console;verbosity=detailed" AcceptanceTest

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

  • dotnet test --filter Fix44Test AcceptanceTest (Fix44Test is the TestCaseSource function in Fix44.cs)

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.