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.
|