[Quickfix-developers] how to access message store in Python
Brought to you by:
orenmnero
|
From: marko_h <mar...@si...> - 2008-09-02 15:07:50
|
Hello! I'm trying to access message store in Python using: list = [] ms = fix.Session.lookupSession(sessionID).getStore() ms.get(5,6,list) Unfortunately, this results in AttributeError: 'PySwigObject' object has no attribute 'get' Any ideas how this could be solved? Regards, Marko PS. I am using QF rev. 1987 from svn. -- View this message in context: http://www.nabble.com/how-to-access-message-store-in-Python-tp19270738p19270738.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |