Re: [Quickfix-developers] Trading Client help
Brought to you by:
orenmnero
From: derekldn <der...@gm...> - 2008-08-28 19:15:44
|
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-tp19202061p19207200.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |