Re: [Quickfix-developers] TradeCaptureReport - Parties
Brought to you by:
orenmnero
|
From: Lin L. <le...@gm...> - 2006-07-04 11:34:57
|
Hi,
For your referrence:
ExecutionReport.NoPartyIDs partyIDs = new ExecutionReport.NoPartyIDs
();
partyIDs.set(new PartyID("MyID"));
partyIDs.set(new PartyRole(PartyRole.CLEARING_FIRM));
ExecutionReport exec = ......;
exec.addGroup(partyIDs);
On 7/4/06, SPG <ste...@bl...> wrote:
>
> QuickFIX Documentation:
> http://www.quickfixengine.org/quickfix/doc/html/index.html
> QuickFIX Support: http://www.quickfixengine.org/services.html
>
>
> Hi Lin,
>
> Thanks for the reply.
> I understand the structure of a Party from the FIX spec, but I cannot find
> a
> way of implementing a PArty in the QuickFix API (Using the java
> implementation).
>
> I see that TradeCaptutreReport.NoSides has a "NoPartyIDs" integer field,
> so
> I guess I set that to 2, but how to I add the relevan PartyID, PartyRole
> fields etc..?
>
> Regards,
>
> Steve
>
> --
> View this message in context:
> http://www.nabble.com/TradeCaptureReport---Parties-tf1889281.html#a5165727
> Sent from the QuickFIX - Dev forum at Nabble.com.
>
>
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Quickfix-developers mailing list
> Qui...@li...
> https://lists.sourceforge.net/lists/listinfo/quickfix-developers
>
--
Lin Lejiang
|