|
From: Alvin W. <AW...@FF...> - 2006-11-03 19:22:43
|
Group partyGroup = new Group(NoPartyIDs.FIELD, PartyID.FIELD);
partyGroup.setField(new PartyID("TraderName"));
partyGroup.setField(new
PartyIDSource(PartyIDSource.GENERALLY_ACCEPTED_MARKET_PARTICIPANT_IDENTIFIER));
partyGroup.setField(new PartyRole(11));
order.addGroup(partyGroup);
We suspect that Quickfix/J does not create the right order, while QF's java
wrapper can with the same code above.
Quickfix/J:
453=1|447=C|448=TraderName|452=11 (448 should be the group delimiter)
QF's Java:
453=1|448=TraderName|447=C|452=11
Pls take a look. If this is true, it is a show stopper.
thanks
*******************************************************************************
This e-mail message is intended solely for the use of the addressee.
The message may contain information that is privileged and
confidential.
Disclosure to anyone other than the intended recipient is prohibited.
If you are not the intended recipient, please do not disseminate,
distribute or copy this communication, by e-mail or otherwise. Instead,
please notify us immediately by return e-mail(including the original
message with your reply) and then delete and discard all copies of the
message. We have taken precautions to minimize the risk of transmitting
software viruses but nevertheless advise you to carry out your own
virus checks on any attachment to this message. We accept
no liability for any loss or damage caused by software viruses.
*******************************************************************************
|