[Quickfix-developers] Problem receiving msgs with repeating groups!
Brought to you by:
orenmnero
From: Bhagirathi G <bha...@ap...> - 2003-07-16 11:00:50
|
Hello All, The application that I am developing (built on quickfix 1.3.2) needs to = store all the incoming fix messages and process them. For this, I am = making use of the callback function "fromApp" by implementing the = interface "Application". While receiving the incoming Allocation message = with repeating groups (i.e., with NoAllocs=3D3), quickfix is receiving = but not invoking the callback function "fromApp" where I intend to = capture this message. Allocation message with NoAllocs=3D1 is working = fine (i.e., callback function "fromApp" is invoked). -------------------------------------------------------------------------= ------ Repeating group: <AllocGroupList> <NoAllocs>3</NoAllocs> <AllocGroup> <AllocAcct>account1</AllocAcct> <AllocShares>50000</AllocShares> <AllocNetMoney>0</AllocNetMoney> <AccruedInterestAmt>0</AccruedInterestAmt> </AllocGroup> <AllocGroup> <AllocAcct>account2</AllocAcct> <AllocShares>100000</AllocShares> <AllocNetMoney>0</AllocNetMoney> <AccruedInterestAmt>0</AccruedInterestAmt> </AllocGroup> <AllocGroup> <AllocAcct>account3</AllocAcct> <AllocShares>50000</AllocShares> <AllocNetMoney>0</AllocNetMoney> <AccruedInterestAmt>0</AccruedInterestAmt> </AllocGroup> </AllocGroupList> -------------------------------------------------------------------------= --------- I am not using any DataDictionary. Can somebody help me sort out this problem ASAP? Thanks in advance. PS : I learnt that quickfix ver 1.5.0 has a fix to this problem. Using = 1.5.0 is the only option or is there any other solution? Regards, Bhagirathi. |