Re: [Quickfix-developers] MsgType = AS, AllocationReport, Fix44
Brought to you by:
orenmnero
From: Shane T. <str...@co...> - 2008-05-06 20:59:41
|
azmat, Are you using a data dictionary for validation? -- Shane Trotter Connamara Systems, LLC On Tue, May 6, 2008 at 3:39 PM, azmat <mr...@gm...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > 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. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |