Re: [Quickfix-developers] What might cause logout requests?
Brought to you by:
orenmnero
|
From: <reg...@ho...> - 2006-11-25 08:53:09
|
I am not sure you understand my point. Are you keeping a reference on the Initiatior all the time? I you use a variable which is within the scope of a methode for example, = at the end of the method call, the variable will be unreferenced and collected b= y the GC. You want to keep the reference in a member variable of the class. (Be sur= e the class stays instiated though)! Quoting cstrader <cst...@cs...>: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > |