|
From: Pavel T. <pav...@wh...> - 2019-08-27 14:12:41
|
Hi, In my *.cfg file I have the following settings: [SESSION] TargetCompID=SOMENAME SocketConnectHost=SOMEURL SocketConnectPort=443 UseDataDictionary=Y DefaultApplVerID=FIX.4.4 AppDataDictionary=/var/quickfixj/automated/DICTIONARY.xml When I send MarketDataRequest the server (the client) returns a response which DOES NOT contain tag 55 and my DICTIONARY does not contain it too. BUT QuickifxJ returns an error saying that tag 55 is missing. I presume that QuickfixJ does not use my dictionary but the default one which contains and requires tag 55. The question is, what do I do wrong in my cfg file? Why QuickfixJ does not load the dictionary? Regards. |