Info
Version: | 1.12.0 |
Author(s): | Connamara Systems, LLC and QuickFIX/n contributors |
Last Update: | Tuesday, July 23, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://quickfixn.org/ |
NuGet Url: | https://www.nuget.org/packages/QuickFIXn.Core |
Install
Install-Package QuickFIXn.Core
dotnet add package QuickFIXn.Core
paket add QuickFIXn.Core
QuickFIXn.Core Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
This package contains the core classes for building applications implementing the FIX protocols.
You will also need a messages package containing message definitions for the FIX version
(e.g.
FIX44 or FIX50) that you will be using.