Repeating group

Imported from previous forum

Hello Dear,

I created group by using new Group for repeating group.following error is coming. Could you please suggest or any example of repeating group for fix 5.0 in C#.

20120828-10:31:07.437 : 8=FIXT.1.1|9=198|35=D|34=3|49=COM452=20120828-10:31:07.39056=FGW|11=16302593738=20040=244=20054=155=GP59=060=20120828-16:30:25.937|453=2|528=A|1=1|447=D|448=KB|452=1|2=1|447=D|448=KB.CT17|452=53|10=056

20120828-10:31:07.437 : 8=FIXT.1.19=12635=349=FGW56=COM434=352=20120828-10:32:39.1181128=945=3|58=Repeating group fields out of order371=528|372=D|373=15|10=103

Hello Dear,

I created group by using new Group for repeating group.following error is coming. Could you please suggest or any example of repeating group for fix 5.0 in C#.

20120828-10:31:07.437 : 8=FIXT.1.1|9=198|35=D|34=3|49=COM452=20120828-10:31:07.39056=FGW|11=16302593738=20040=244=20054=155=GP59=060=20120828-16:30:25.937|453=2|528=A|1=1|447=D|448=KB|452=1|2=1|447=D|448=KB.CT17|452=53|10=056

Field 448 (PartyID) should be set right after 453 (NoPartyIDs). Here is the example of NoPartyIDs repeating group (<Parties> Component Block - FIX 5.0 Dictionary).

|453=2|448=KB|447=D||452=1|448=KB.CT17|447=D|452=53|

Hello Dear,

I created group by using new Group for repeating group.following error is coming. Could you please suggest or any example of repeating group for fix 5.0 in C#.

20120828-10:31:07.437 : 8=FIXT.1.1|9=198|35=D|34=3|49=COM452=20120828-10:31:07.39056=FGW|11=16302593738=20040=244=20054=155=GP59=060=20120828-16:30:25.937|453=2|528=A|1=1|447=D|448=KB|452=1|2=1|447=D|448=KB.CT17|452=53|10=056

Field 448 (PartyID) should be set right after 453 (NoPartyIDs). Here is the example of NoPartyIDs repeating group (<Parties> Component Block - FIX 5.0 Dictionary).

|453=2|448=KB|447=D||452=1|448=KB.CT17|447=D|452=53|

Dear Taras,
Thanks for your prompt reply. But whenever i add 528=A, it comes after or before repeating group 453=2. Is it because of sequential? and another problem when i create new group it adds 1=1 and 2=1 for 453=2.
Could you plz help me?

Please always use the names of messages, fields and valid values instead of IDs (you may add them in brackets). Otherwise you create “barriers of entry” for people wanting to help.
Please have a look at FIXwiki at Welcome fixwiki.org - BlueHost.com where you will find the official rules for the usage of repeating groups.

Hello Dear,

I created group by using new Group for repeating group.following error is coming. Could you please suggest or any example of repeating group for fix 5.0 in C#.

20120828-10:31:07.437 : 8=FIXT.1.1|9=198|35=D|34=3|49=COM452=20120828-10:31:07.39056=FGW|11=16302593738=20040=244=20054=155=GP59=060=20120828-16:30:25.937|453=2|528=A|1=1|447=D|448=KB|452=1|2=1|447=D|448=KB.CT17|452=53|10=056

Field 448 (PartyID) should be set right after 453 (NoPartyIDs). Here is the example of NoPartyIDs repeating group (<Parties> Component Block - FIX 5.0 Dictionary).

|453=2|448=KB|447=D||452=1|448=KB.CT17|447=D|452=53|

Dear Taras,
Thanks for your prompt reply. But whenever i add 528=A, it comes after or before repeating group 453=2. Is it because of sequential? and another problem when i create new group it adds 1=1 and 2=1 for 453=2.
Could you plz help me?