[Quickfix-users] repeting fields
Brought to you by:
orenmnero
From: J. M. <jul...@pr...> - 2008-05-29 19:46:40
|
In a lot of messsages in the FIX protocol there are sets of tags that might repeat. How do I do this with quickFix? I've tryed to repet the line that sets a tag but it didn't work... ej: // TradeDate message.setField(new UtcDateOnlyField(75, new DateTime(2008,05,29))); // TradeDate message.setField(new UtcDateOnlyField(75, new DateTime(2008, 05, 28))); I need to repeat this field It just override the field.... how do I performe this? Thanks, Julian. |