{{Quickfixn}} TradeCaptureReport - Parties Block component

Grant Birchmeier gbirchmeier at connamara.com
Tue Jun 23 07:06:52 PDT 2020


Have a look here:
https://github.com/connamara/quickfixn/blob/master/UnitTests/MessageTests.cs#L684

In this test "RepeatingGroup_SubgroupCounterTagAppearsOnlyOnce()", there is
code for creating a message with a nested 2-level group.

Have a look at it and compare with your code.  You can use e.g.
"message.ToString()" to see the actual message that you've constructed.  If
you have a follow-up question, please include the result of "ToString()" in
your email.




On Tue, Jun 23, 2020 at 7:34 AM Alex Wellington Santos da Silva <
alexds at ciandt.com> wrote:

> Hello there.
>
> Sorry for the others emails.
>
> i changed the list settings like you asked me.
>
> But i got that link
> http://www.quickfixengine.org/quickfix/doc/html/?quickfix/doc/html
>
> i tried to implement in my code but when i send the fix message the block
> isn't send with the content.
>
> Follow that sample:
>
> var tcr = new QuickFix.FIX44.TradeCaptureReport();var sidesGrp = new QuickFix.FIX44.TradeCaptureReport.NoSidesGroup();sidesGrp.Side = new Side(Side.BUY);sidesGrp.Account = new Account("Piola");sidesGrp.OrderID = new OrderID("09011900");var partyIdsGrp = new QuickFix.FIX44.TradeCaptureReport.NoSidesGroup.NoPartyIDsGroup();partyIdsGrp.PartyID = new PartyID("Nesta13");sidesGrp.AddGroup(partyIdsGrp);tcr.AddGroup(sidesGrp);
>
> My regards e thanks again.
>
>
>
> Alex Santos • Software Engineer
> 5463
> alexds at ciandt.com • ciandt.com
> Follow us: LinkedIn <https://www.linkedin.com/company/ciandt/> | Instagram
> <https://www.instagram.com/ciandt/> | Facebook
> <https://www.facebook.com/ciandt/> | YouTube
> <https://www.youtube.com/user/ciandtVideos>
> [image: CI&T Driven by Impact]
> _______________________________________________
> Quickfixn mailing list
> Quickfixn at lists.quickfixn.com
> http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
>


-- 
Grant Birchmeier
*Connamara Systems, LLC*
*Made-To-Measure Trading Solutions.*
Exactly what you need. No more. No less.
http://connamara.com

-- 
This email, along with any attachments, is confidential. If you believe you 
received this message in error, please contact the sender immediately and 
delete all copies of the message. Thank you from Connamara Systems, LLC.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20200623/74a51ffa/attachment.htm>


More information about the Quickfixn mailing list