Re: [Quickfix-developers] Avoiding Logon Response for while
Brought to you by:
orenmnero
|
From: [ R. ] <ra...@gm...> - 2006-09-07 11:33:14
|
actually the existing system has its own messaging protocol. and my app(using quickfix) will be sort of router it will collect the fix message covert it into local messaging protocol. then tranformed mesg will be sent to trading engine. now problem is that local messaging protocol works in asynchronous mode. means i need to wait for its callback. so thats a problem right now for me.. oren plz help me to solve this issue. thanks On 9/6/06, Oren Miller <or...@qu...> wrote: > > Why would you want to do this? > > --oren > > > how to avoid the imediat logon response. > > > > i have used the messgge cracker and override the > onMessage(Logon&,SessionID) > > now here i cannt raise the logonReject Exception imediatly. and > neither i > > want to drop the session. > > so what should i do? > > > |