Re: [Quickfix-developers] Field 1128 missing
Brought to you by:
orenmnero
From: Hei C. <str...@ya...> - 2011-12-21 21:58:52
|
Hmm...you need to add ALL the required fields to the relevant messages in the dictionary files. Defining a field won't magically add itself to any message. ________________________________ From: Eugen Rata <eug...@gm...> To: 'Hei Chan' <str...@ya...>; qui...@li... Sent: Wednesday, December 21, 2011 1:45 PM Subject: RE: [Quickfix-developers] Field 1128 missing Here are the both dictionary files that I got from the broker. It looks to me like ApplVerID is there. From:Hei Chan [mailto:str...@ya...] Sent: Wednesday, December 21, 2011 2:43 PM To: Eugen Rata; qui...@li... Subject: Re: [Quickfix-developers] Field 1128 missing Did you add 1128 to your dictionary file? ________________________________ From:Eugen Rata <eug...@gm...> To: qui...@li... Sent: Wednesday, December 21, 2011 1:21 PM Subject: [Quickfix-developers] Field 1128 missing QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Hi, I’ve got a rather strange situation when working with FIX5.0SP2. Here is my configuration file [DEFAULT] ConnectionType=initiator SenderCompID=***** ReconnectInterval=30 #DefaultApplVerID=9 DefaultApplVerID=FIX.5.0SP2 [SESSION] BeginString=FIXT.1.1 ApplVerID=FIX.5.0SP2 TargetCompID=************* SocketConnectHost=********* SocketConnectPort=55200 StartDay=Sunday EndDay=Friday StartTime=21:00:00 EndTime=22:00:00 TransportDataDictionary=IGFIXT11.xml AppDataDictionary=IGFIX50.xml RefreshOnLogon=Y FileStorePath=. HeartBtInt=20 Actually the broker recommends using BeginString=FIX.5.0SP2, but that’s not supported by the current QuickFix. By doing some google, people said I have to use the transport configuration which I did. Everything loads fine, until quickfix tries to create the ‘toAdmin’ message, and here I’m getting an exception that field=1128 is missing, which is completely wrong cause it does exists in configuration file. Any idea what can be wrong? Thx \Eugen ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |