Re: [Quickfix-developers] Problem with Message craker
Brought to you by:
orenmnero
From: Malinka R. <ael...@gm...> - 2008-12-02 20:10:17
|
we would need to see more of your code, what you're providing is not enough, how are you initializing the Connection (SocketInitiator/SocketAcceptor)? and can you post code for your ApplicationObject being passed into the Acceptor/Initiator (should be your message cracker object you mentioned below) On Tue, Dec 2, 2008 at 12:56, Raja <sra...@ga...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > I am using C++ version of quick fix. > > I am using message cracker. I have defined the following in my application > > void onMessage( const FIX42::NewOrderSingle&, const FIX::SessionID& ); > > void onMessage( const FIX42::OrderCancelRequest&, const FIX::SessionID& ); > > void onMessage( const FIX42::OrderCancelReplaceRequest&, const > FIX::SessionID& ); > > void onMessage( const FIX42::SecurityDefinitionRequest&, const > FIX::SessionID& ); > > I have coded the logic for these in my cpp. > > For 35=D my code gets executed properly. > > But when there is a cancel 35=F, the message cracker throws a "Unsupported > message" error. It does not come to my code at all. > > I was debugging Message cracker. This code gets executed. > > virtual void onMessage( const OrderCancelRequest&, const FIX::SessionID& ) > > > { throw FIX::UnsupportedMessageType(); } > > Why my function overload is not working. I have verfied the signature. What > am I doing wrong? > > I would appreciate any help on this. > > Regards, > > Raja > > Phone 312-928-8006 > > GatewayCapital Group Chicago > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |