QuickFix.Net 1.8.0

Suggested Alternatives

QuickFIXn.Core

Additional Details

This package was created by a third party who later turned ownership over to the QuickFIXn maintainers.  Starting with v1.10.0, we have started publishing authorized builds under the correct name of the project.

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package QuickFix.Net --version 1.8.0
NuGet\Install-Package QuickFix.Net -Version 1.8.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="QuickFix.Net" Version="1.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add QuickFix.Net --version 1.8.0
#r "nuget: QuickFix.Net, 1.8.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install QuickFix.Net as a Cake Addin
#addin nuget:?package=QuickFix.Net&version=1.8.0

// Install QuickFix.Net as a Cake Tool
#tool nuget:?package=QuickFix.Net&version=1.8.0

DO NOT USE THIS ANYMORE.

This particular NuGet release was created by an outside party, and is very old. The creator of this package has since turned this account over to the QF/n team, but we are deprecating it because the name of the project isn't even correct. (We are QuickFIX "/n", not ".NET"!)

Please use these packages, which the QF/n team started publishing with the v1.10.0 release:

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on QuickFix.Net:

Package Downloads
QuickFix.CustomMessages

Generates fields and messages for use with QuickFix/n

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

QuickFIX/n is a .NET port of QuickFIX, an open source C++ FIX engine.

What's New
----------

### v1.8.0:

* (patch) #402 - Multithreading fix to please NUnit 2.6.3 and above (arkadiuszwojcik)
* (patch) #406 - Remove xslt (brobits)
* (patch) #417 - Bring unit tests up-to-date with NUnit v3.4.1 (zherr)
* (minor) #418 - Target .NET 4.5 (zherr)
* (minor) #419 - Atrun dep removal (zherr)
* (minor) #421 - added class for web interface (mohit-kumar-3pillar)
* (minor) #425 - Updating DateTimeConverter to be able to convert between microseconds (huwmongoose)
* (patch) #428 - lock down nokogiri version (cbusbey)
* (minor) #444 - generator doc update + deletion script (gbirchmeier)
* (patch) #445 - remove wonky whitespace from generated message classes (gbirchmeier)
* (minor) #459 - Nanosecond support for QuickFIX timestamp fields (brobits)
* (patch) #463 - adds fix50sp1-sp2 to FixMessages proj, fixes generator bug (cbusbey)