Re: [Quickfix-developers] onMessage callback
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2005-11-08 19:58:55
|
On 11/8/05, Shankar Krishnan <skr...@jw...> wrote: > > I only see references to onCreate,onLogon,onLogout,toAdmin etc in the > documentation. > > However I see donot see any reference to onMessage. If we have fromApp > which is what > > I should care about, what does onMessage do. I did look up the > documentation, but see > > Any flow diagrams what will tell me how the message flows to and from the > FIX engine. > The onMessage callbacks live in the version-specific FIXxx::MessageCracker classes. Take a look at the "executor" example program for sample usage. -- Caleb Epstein caleb dot epstein at gmail dot com |