[Quickfix-developers] Error in using pointer of Initiator
Brought to you by:
orenmnero
From: Dilipsinh B. <dil...@si...> - 2015-06-16 05:34:37
|
Hello all, I created code as below: settings = new FIX::SessionSettings("MT4FIX.cfg"); storeFactory = new FIX::FileStoreFactory(*settings); logFactory = new FIX::FileLogFactory(*settings); initiator = new FIX::SocketInitiator(fixApp, *storeFactory, *settings, *logFactory); 'Tradeclient' example runs perfect with 'MT4FIX.cfg'... Application builds successful, but on debugging application, got exception on 'initiator'. And on running EXE directly gives "APPCRASH" error... Need help.. Regards Dilip |