[Quickfix-developers] QuickFix 1.4.1 with .NET and FIX.4.3
Brought to you by:
orenmnero
|
From: Alexandre H. <a....@ca...> - 2003-05-05 14:45:24
|
Hello,
I use QF version 1.4.1 through its C# API and for FIX.4.3.
The configuration file I use for the acceptor is the following:
----------------------------------------------------------------------------
------
[DEFAULT]
ConnectionType=acceptor
SocketAcceptPort=5001
FileStorePath=store
StartTime=00:00:00
EndTime=00:00:00
DataDictionary=FIX43.xml
[SESSION]
BeginString=FIX.4.3
SenderCompID=SharpBroker
TargetCompID=SharpTrader
----------------------------------------------------------------------------
------
The problem is that the "fromApp" method of the Acceptor is NOT called at
all when I send a FIX.4.3 message.
However, I am told in the log file ("ScreenLogFactory") that the message was
received.
If I remove the line: "DataDictionary=FIX43.xml", then everything is OK. The
"fromApp" method is called.
I did not have this problem with FIX.4.2
Is it a known problem or I am doing something wrong ?
Thanks,
Alexandre
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Confidentiality Notice :
The information contained in this e-mail message is intended only for the
personal and confidential use of the recipient(s) named above. If the reader
of this message is not the intended recipient or an agent responsible for
delivering it to the intended recipient, you are hereby notified that you
have received this document in error and that any review, dissemination,
distribution, or copying of this message is strictly prohibited. If you have
received this communication in error, please notify pos...@ca...
immediately by e-mail, and delete the original message.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|