Imported from previous forum
I been looking into the FAST templates and have been struggling with how to update the data in the repeating groups with the data in the template from previous message.
The template might look like this:
…
For example
First message has a repeating group containing 2 items.
2|100|B|2|C (I hope this is the way to show data sent):
Item 1: Price: 100, SecurityID: B (First value sent 100)
Item 2: Price: 102, SecurityID: C (detlta-Price = 2 gives price 100+2 = 102)
Second Message looks like this (3 items):
3|4|V|10|N|-4|T|
Item 1: Price: 106, SecurityID: V (102 + delta 4 -> price 106)
Item 2: Price: 116, SecurityID: N (106 + delta 10 -> price 116)
Item 3: Price: 112, SecurityID: T (116 + delta -4 -> price 112)
Is this correct?
Looks OK, some more comments below.
/Rolf
I been looking into the FAST templates and have been struggling
with how to update the data in the repeating groups with the data
in the template from previous message.The template might look like this:
…
(minor knit … should be )
group isn’t needed:
For example
First message has a repeating group containing 2 items.
2|100|B|2|C (I hope this is the way to show data sent):
Item 1: Price: 100, SecurityID: B (First value sent 100)
Item 2: Price: 102, SecurityID: C (delta=2 => price 100+2=102)Second Message looks like this (3 items):
3|4|V|10|N|-4|T|Item 1: Price: 106, SecurityID: V (102 + delta 4 → price 106)
Item 2: Price: 116, SecurityID: N (106 + delta 10 → price 116)
Item 3: Price: 112, SecurityID: T (116 + delta -4 → price 112)Is this correct?
Seems so.