-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
[enter a more detailed description of the problem]
when I run quickfast on records that have Sequence fields , the result is
ok.for example : MDIncGrp[]=Sequence: NoMDEntries[268] = 1
Record #818 MsgType[35]=X MsgSeqNum[34]=61 SenderCompID[49]=69
MarketSegmentID[1300]=2
MDIncGrp[]=Sequence: NoMDEntries[268] = 1 {
[0]: MDUpdateAction[279]=1 MDEntryType[269]=1 SecurityID[48]=4 SecurityIDSource[22]=M MDEntryPx[270]=140.01 MDEntrySize[271]=2 NumberOfOrders[346]=2 MDPriceLevel[1023]=2 MDEntryTime[273]=1379324677515086639
}
What steps will reproduce the problem?
but when I run it with fix output param(-ofix) - i don't have the sequence
field : (268=1 not found ):
35=X☺34=61☺49=69☺1300=2☺279=1☺269=1☺48=4☺22=M☺270=140.01☺271=2
☺346=2☺1023=2☺273=1379324677515086639☺
What is the expected output? What do you see instead?
35=X☺34=61☺49=69☺1300=2☺268=1☺279=1☺269=1☺48=4☺22=M☺270=140.01
☺271=2☺346=2☺1023=2☺273=1379324677515086639☺
What version of the product are you using (svn Rev # or download package
version #)? On what operating system? What source of data
quickfast_1_5_0
Please provide any additional information below. Attach templates and
test data if possible and relevant.
when I run with debugger I see that the builder was switch from ValueToFix to
SingleValueBuilder
is there a way that I can see Sequence in fix output ?
Original issue reported on code.google.com by talshter...@gmail.com on 4 Feb 2014 at 11:14