Re: [Quickfix-developers] FIX.FieldMap.=(FieldMap* , FieldMap* ) Error
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-09-16 11:36:20
|
I created entered a bug for this: http://www.quickfixengine.org/bugtracker/bug.php?op=show&bugid=3&pos=2 Any further details you can share about the version of your .NET runtime and compiler would be helpful. Also what is Windows 2003? Is that Windows XP? --oren On Sep 16, 2004, at 3:03 AM, Ramprakash Umapathy wrote: > Hi, > > I get this error now and then (not all the times) > > at FIX.FieldMap.=(FieldMap* , FieldMap* ) > at Application.toApp(Application* , Message* message, SessionID* > sessionID) > at FIX.Session.sendToTarget(Message* , SenderCompID* , > TargetCompID* ) > at QuickFix.Session.sendToTarget(Message message, String > senderCompID, > String targetCompID) > at CabQuickFixServices.QFApplication.newOrderSingle(mdlOrder > oQFOrder) in > D:\PSO-Development\Projects\WinApps\QuickFixServices\QFApplication.vb: > line > 467|09:42|ERROR|Object reference not set to an instance of an object. > > Usually this error appears on my log when I try to send NewOrderSingle > with > heavy inflow of orders. This error seems to be appearing with versions > 1.8.0 > and 1.9.1 > > Could not make it is a bug/ problem in my coding?! I attached the file > QFApplication.vb for reference. > > I use VS.NET 2003/Windows2003/QF1.8.0/QF1.9.1 > > TIA, > Ramprakash Umapathy > ******************* > Consultant > Banca Caboto s.p.a > RCM, Brokerage e Canali > Via Arrigo Boito, 7 > 20121 Milano (Italy) > ram...@ca... > Ph : +39 02 8021 5754 > > <QFApplication.vb> |