{{Quickfixn}} TradeCaptureReport - Parties Block component

Alex Wellington Santos da Silva alexds at ciandt.com
Thu Jun 25 06:49:29 PDT 2020


Hello There,

i created a variable from TradeCaptureReport.NoSidesGroup() called noSides;

So i created another variable from
TradeCaptureReport.NoSidesGroup.NoPartyIdsGroup() called partiesGroup.

That implementation worked for me:

var noSides = TradeCaptureReport.NoSidesGroup();
var partiesGroup = TradeCaptureReport.NoSidesGroup.NoPartyIdsGroup();

//
// implementation
//

noSides.AddGroup(partiesGroup);
message.AddGroup(noSides);

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]


On Tue, Jun 23, 2020 at 11:07 AM Grant Birchmeier <gbirchmeier at connamara.com>
wrote:

> 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.
> _______________________________________________
> Quickfixn mailing list
> Quickfixn at lists.quickfixn.com
> http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20200625/603bf70d/attachment.htm>


More information about the Quickfixn mailing list