[Quickfix-developers] MsgType = AS, AllocationReport, Fix44
Brought to you by:
orenmnero
From: azmat <mr...@gm...> - 2008-05-06 20:56:12
|
All, I'm having a problem with implementing the the Allocation Report (msgtype=AS). My counterparty is using Fix44, but whenever they send me a 35=AS message (for a fill on a drop copy implementation), quickFIX never seems to pick up the message. FromApp (and for that matter FromAdmin) is never called, whenever the 35=AS message is received. However, the message does get logged in my quickfix logs. :confused: How can I get quickfix to pick up these messages. I am calling the crack method from within fromApp, and have implemented the onMessage below -- but it is never called. public override void onMessage(QuickFix44.AllocationReport allocrpt, SessionID session) { } Any help would be much appreciated. thanks! azmat -- View this message in context: http://www.nabble.com/MsgType-%3D-AS%2C-AllocationReport%2C-Fix44-tp17091080p17091080.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |