[Quickfix-developers] Log::backup() is called anywhere?
Brought to you by:
orenmnero
From: Hei C. <str...@ya...> - 2011-08-29 23:04:53
|
Hi, I am using the latest QuickFIX C++. I am wondering when Log::backup() is called. I read through the source code, and I found that it is called by SessionState::backup(). However, SessionState::backup() isn't called by anyone. Is it QuickFIX user's responsibility to call SessionState::backup() directly (because I see that it is a public method)? Thanks in advance. Cheers, Hei |