Re: [Quickfix-users] .net Error
Brought to you by:
orenmnero
From: Hamza K. <h.k...@gm...> - 2008-04-01 05:52:33
|
Hi, You should have a new valid instance of QuickFix.FileStoreFactory, QuickFix.FileLogFactory and QuickFix.DefaultMessageFactory, like the example below: ... _StoreFactory = New QuickFix.FileStoreFactory(_Settings) _LogFactory = New QuickFix.FileLogFactory(_Settings) _MessageFactory = New QuickFix.DefaultMessageFactory() ... .. _Initiator = New QuickFix.SocketInitiator( _Application, _StoreFactory, _Settings, _LogFactory, _MessageFactory) ... If this is what you already did, and error still persists - you need to adjust the session settings that you're aplying to. Hope this helps. Regards, Hamza Kamaleddine On Tue, Apr 1, 2008 at 12:07 AM, sumation <ev...@on...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > I have this errors when I compile the VB.net Application Code. > > Dim acceptor As New SocketAcceptor(application, factory, settings, > logFactory, messageFactory) > > error:Error Name 'factory' is not declared. > Can You give the Solution to the Error? > Thanks, > Sumation > > -- > View this message in context: > http://www.nabble.com/.net-Error-tp16399086p16399086.html > Sent from the QuickFIX - User mailing list archive at Nabble.com<http://nabble.com/> > . > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > |