If in the session's file store there are something like this:
20060412-06:52:38
and the current day is different, for example today: 13
when my application try to create a Socket Acceptor with this code:
std::string file = cfgfile;
FIX::SessionSettings settings(file);
KCApplication *application = new KCApplication;
application->appdata=appdata;
FIX::FileStoreFactory storeFactory( settings );
FIX::FileLogFactory logFactory( settings );
application->acceptor = new FIX::SocketAcceptor( *application,
storeFactory,settings,logFactory );
the system try an Exception.. if I manually change the date in session's
file store with current day.. the system work correctly. Why?
Stafano
--
View this message in context: http://www.nabble.com/Create-Socket-Acceptor-t1443069.html#a3896911
Sent from the QuickFIX - Dev forum at Nabble.com.
|