Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix output format - Sequence fields #125

Open
GoogleCodeExporter opened this issue Apr 21, 2015 · 0 comments
Open

fix output format - Sequence fields #125

GoogleCodeExporter opened this issue Apr 21, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

[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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant