[Quickfix-developers] SWIG and Python and dictionaries
Brought to you by:
orenmnero
|
From: Shawn Y. <sya...@ge...> - 2006-01-26 21:37:14
|
Do Python dictionaries work? I'm having trouble with dictionaries under =
QuickFIX for Python.
In short, the SWIG wrapper function appears to return a =
"SWIGTYPE_p_Dictionary", which is created from a "QuickFIX Dictionary *" =
pointer by SWIG_NewPointerObj(), but then if I print the resulting =
object in Python, I see only this:
<Swig Object at _e88d2e08_p_Dictionary>
...instead of a normal Python dictionary dump {}.
(please reply to me directly)
Thanks,
Shawn Yarbrough
sya...@ge...
|