[Quickfix-developers] businessmessagereject
Brought to you by:
orenmnero
|
From: Sameer S. <tog...@ya...> - 2008-09-12 13:08:30
|
There are a couple of threads on it. I am getting the same problem 58=Conditionally Required Field Missing (58) My question is: I am not using any data dictionary and I also have fieldvalidation off. Why is this message still sent? Can I turn this message off even if I dont receive tag 58 from the other side? Secondly, I added breakpoints in both toApp and FromApp but I did'nt see this message in any one of them, which function is sending this message ? Heres the config file: [DEFAULT] ConnectionType=initiator StartTime=00:00:00 EndTime=00:00:00 HeartBtInt=30 SocketNodelay=Y ValidateUserDefinedFields=N FileLogPath=C:\ConfigFiles ValidateFieldsHaveValues=N ValidateUserDefinedFields=N ReconnectInterval=10 PersistMessages=Y [SESSION] BeginString=FIX.4.2 SenderCompID=TEST TargetCompID=TEST FileStorePath=C:\ConfigFiles UseDataDictionary=N SocketConnectPort=10307 SocketConnectHost=abc.def.com |