Re: [Quickfix-developers] Error in using pointer of Initiator
Brought to you by:
orenmnero
From: Grant B. <gbi...@co...> - 2015-06-17 14:17:22
|
WHAT IS THE EXCEPTION On Wed, Jun 17, 2015 at 12:24 AM, Dilipsinh Bheda < dil...@si...> wrote: > On analysis, I found that the exception thrown is due ‘SenderCompID’. > > > > For this specific ‘SenderCompID’ = ‘order.TOPFX238.1’ (for testing) , > Initiator throw exception (even in tradeclient). > > Don’t know why… > > What we can conclude for this reason…. ( is it a quickfix bug….. ) > > > > Regards > > Dilip > > > > > > > > *From:* Grant Birchmeier [mailto:gbi...@co...] > *Sent:* Wednesday, June 17, 2015 1:35 AM > *To:* Dilipsinh Bheda > *Cc:* Mailing Lists > *Subject:* Re: [Quickfix-developers] Error in using pointer of Initiator > > > > And the exception is... ? > > > > On Tue, Jun 16, 2015 at 12:34 AM, Dilipsinh Bheda < > dil...@si...> wrote: > > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/ > > 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 > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > > > > > -- > > Grant Birchmeier > > *Connamara Systems, LLC* > > *Made-To-Measure Trading Solutions.* > > Exactly what you need. No more. No less. > > http://connamara.com > -- Grant Birchmeier *Connamara Systems, LLC* *Made-To-Measure Trading Solutions.* Exactly what you need. No more. No less. http://connamara.com |