QuickFix.Net.NETCore.FIX50
1.8.1
dotnet add package QuickFix.Net.NETCore.FIX50 --version 1.8.1
NuGet\Install-Package QuickFix.Net.NETCore.FIX50 -Version 1.8.1
<PackageReference Include="QuickFix.Net.NETCore.FIX50" Version="1.8.1" />
paket add QuickFix.Net.NETCore.FIX50 --version 1.8.1
#r "nuget: QuickFix.Net.NETCore.FIX50, 1.8.1"
// Install QuickFix.Net.NETCore.FIX50 as a Cake Addin #addin nuget:?package=QuickFix.Net.NETCore.FIX50&version=1.8.1 // Install QuickFix.Net.NETCore.FIX50 as a Cake Tool #tool nuget:?package=QuickFix.Net.NETCore.FIX50&version=1.8.1
QuickFIX/n is a .NET port of QuickFIX, an open source C++ FIX engine. We love QuickFIX. We have been contributors nearly since its conception and use it heavily in our products and consulting. The goal of QuickFIX/n is to create an open source FIX engine that feels native to C#. The (C++) QuickFIX project maintains a C# wrapper which has been used successfully in .NET for many years, but it results in code that is not idiomatic of .NET development. QuickFIX/n attempts to keep the same robustness and conformance of QuickFIX with a similar API while bringing native performance and idiomatic usage to .NET. For Java development, please visit the excellent QuickFIX/J. QuickFIX/n uses the QuickFIX name with the full backing and support of QuickFIX and its creator Oren Miller.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- QuickFix.Net.NETCore (>= 1.8.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.8.1 | 121,510 | 9/18/2018 |
New in 1.8.1: "* introduce .nuspec and modifications to csprojs * (#493) fix DD parsing issues with certain comments * update release notes with some missing entries * fix delete-generated; a prev fix broke it * release note for previous commit (pull #486) * More informative exception for DD parsing errors * added x64 support in solution and project files * Step 3. Updated release script and readme * Step 2: Remove message sources from the QuickFIXn folder because it's cumbersome to ignore all the message folders in .csproj * Step 1: Create separate .csproj projects for all versions of FIX specs, dynamic load of QuickFix.*.dll assemblies * Include net core 2.0 in acceptance tests. * Updated release readme. * Fix paths in example config files. * Update package script to include NET Standard 2.0. * Ensure key files and config are copied to output for examples. * Update example notes * Fixed indenting in README.md * Updated build, test, and release scripts. * Remove Ruby code to generate FixMessages.csproj as the new csproj format does not require it. * Migrate to new csproj format and add target or netstandard2.0. * Fix warnings about comments."