How do I Download QuickFIX .DLL Net on #C

I try to find out what can I do to Download QuickFIX DLL NET I want to make Futures Trading Software on C#

DimBor22

Hi DimBor22

You might take a look at QuickFix/n for a .net-like interface.

http://quickfixn.org/

An alternative is to download the QuickFix c++ project and wrap it yourself.

http://www.quickfixengine.org/

Hope this helps

Install from Nuget is easiest, but you need Visual Studio 2019 (2017 might be OK).

I use .Net Framework 4.6.1 but Quickfix recommend .Net Standard 2.0

Install QuickFIXn.Core, plus QuickFIXn. i.e. 4.2 4.4 etc.

Hello,FIX .TC : I download the ,QuickFix.Dll,I want to make Futures Trading Software. in #C. I can not Compiler the Project in Visual Studio 2019 . In my Project I use Cap and small letters in DLL some words are only Cap Letters.
Exemples My Project Future ,in Dll FUTURE,My Project Market,Dll MARKET, my Pr,Option, Dll OPTION
Somebody know What I have to do to Compile the Project to work.
DimBor

I download from FIX Trading Community , QuickFix.Dll I want to make Futures Trading Software. in #C. I can not Compiler the Project in Visual Studio 2019 . In my Project I use Cap and small letters in DLL some words are only Cap Letters.
Exemples My Project : Future,DLL:FUTURE. My Market,DLL"MARKET.My,Option,DLL:OPTION
Somebody know What I have to do to Compile the Project to work.