[Quickfix-developers] Custom DataDictionary ignored in QF Python API
Brought to you by:
orenmnero
From: Alex G. <vro...@gm...> - 2013-02-01 13:58:57
|
Hello Folks! I'm using quickfix for Python and it seems that quickfix ignores the custom dictionary that I pass to my session via config file. So my questions are: 1. Is it possible that custom DataDictionary is not implemented in Python API at all? (I have suspicion that field definitions are simply hardcoded at the end of /usr/lib/python2.7/site-packages/quickfix.py (line 34366 and below)) 2. Is there a way to verify that my custom dictionary is actually being used? 3. Is there a way to set the custom dictionary programmaticaly rather than via config file? Thanks, Alex |