Quickfix failing to read repeating group

前端 未结 2 801
执念已碎
执念已碎 2021-01-23 20:29

I am using quickfix in Windows with python bindings. I have been able to make market data requests in the past. I recently changed to a different API provider (Cunningham, aka C

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-23 21:02

    I realize this thread is years old but I had this exact problem and finally resolved it so I am putting it here to help anyone else that stumbles across this.

    The issue was that in my config I was using the 'DataDictionary=..' parameter. Changing this to 'AppDataDictionary=...' solved my problem.

    Steve

提交回复
热议问题