Re: [Quickfix-users] TradeCaptureReport / NoSides / Side in C#
Brought to you by:
orenmnero
From: Evans, J. <JF...@he...> - 2013-01-28 15:02:42
|
This is how I do it in VB. My "message" would be your "tcr". Basically, you make an instance of NoSides and then ask the TCR to "fill it in" by using the "getGroup" method. Dim NoSides As New QuickFix44.TradeCaptureReport.NoSides message.getGroup(1, NoSides) -----Original Message----- From: Anthony Edwards [mailto:ant...@al...] Sent: Monday January 28, 2013 7:56 AM To: qui...@li... Subject: Re: [Quickfix-users] TradeCaptureReport / NoSides / Side in C# QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html This e-mail and any attachments are for the sole use of the intended recipient(s) and may contain information that is confidential. If you are not the intended recipient(s) and have received this e-mail in error, please immediately notify the sender by return e-mail and delete this e-mail from your computer. Any distribution, disclosure or the taking of any other action by anyone other than the intended recipient(s) is strictly prohibited . |