Tagged Questions
2
votes
3answers
1k views
DLL runtime error crashes my c# app - how to avoid it?
Within my windows app, i'm using a c++ DLL wrapped with a .NET DLLs (specifically - the quickfix engine).
While running, once every day (not at any specific time), in one of the a constructor of one ...
0
votes
1answer
94 views
Resetting message sequence numbers without reconnecting
since official QuickFix website is not working, I am asking here.
I am trying to meet my broker's (FXCM) demands for API readiness. I am using quickfix .NET v1.13.3. One of the demands was that I ...
0
votes
1answer
60 views
Possible reasons for assembly failing to load on production system?
Problem
Assembly is loaded just fine in development, fail to be loaded on production.
Details
The assemblies quickfix_net.dll and quickfix_net_messages.dll (Quickfix.NET API) are failing to load on ...
0
votes
1answer
54 views
How to free TCP buffer in QuickFix?
After subscribing to MarketDataRequest, i'm able to receive quotes for a while. But after an hour or so, the price stream drops. Broker support response to the issue is:
we disconnected the client ...
0
votes
3answers
171 views
QUICKFIX 64-bit Build for .NET on Visual Studio (.NET C++ DLL Wrapper)
I spent a sleepless night trying to build QUICKFIX to have the 64-bit version of quickfix_net.dll and quickfix_net_messages.dll
My C# Framework is 64-bit and the regular offered QUICKFIX dll's are ...