Re: [Quickfix-developers] Trading Client help
Brought to you by:
orenmnero
From: crazy4venu <cra...@gm...> - 2008-08-28 22:51:53
|
Hi derekldn, Thanks for the information. please clarify my futher doubts regarding fix 1) do i need application.run function to get execute logon logout messages 2) how do i get new order single report or execution report (in which event i can capture this message) 3) what is the use of initiator and acceptor 4) does executor and ordermatch require for trading client. 5) where do i get the log. Please help in this issues. Regards tinnu derekldn wrote: > > > > crazy4venu wrote: >> >> initiator.start(); >> //application.run(); >> initiator.stop(); >> from the above code login and logout events should do be fired,but i >> don't see such event firing. >> > > initiator.start will create a new thread. because initiator.stop is called > immediately in the main thread, the new thread may not get enough time to > execute login and logout. > -- View this message in context: http://www.nabble.com/Trading-Client-help-tp19202061p19214053.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |