Re: [Quickfix-users] TradeCaptureReport / NoSides / Side in C#
Brought to you by:
orenmnero
From: Anthony E. <ant...@al...> - 2013-01-28 12:55:44
|
Ive been looking at this for ages. The documentation doesnt seem clear to me at all about how to do this. I fully appreciate the concept of the groups but dont understand how to get something like ... TradeCaptureReport tcr = ... tcr.getNoSides(1).getParties(1).PartyID; I’m sure its all really obvious, but I just dont get the syntax side of it .... From: Anthony Edwards Sent: Monday, January 28, 2013 12:12 PM To: qui...@li... Subject: [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 -------------------------------------------------------------------------------- Hello Ive been reading all the documentation I can find and am still confused about how to get the âSideâ fields for TradeCaptureReport in C#. I know I need to get the first NoSides group but cant get the syntax to work in Visual Studio. How do I get from ... QuickFix.Message msg = ... QuickFix44.TradeCaptureReport tcr = (QuickFix44.TradeCaptureReport)msg; int msgNum = 1; ... int side_of_first = ... // 1=Buy, 2=Sell The intellisense doesnt seem to pick much up and ive tried loads of combinations but cant get anything to work. Any help would be greatly appreciated. Thanks â Tony -------------------------------------------------------------------------------- ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d -------------------------------------------------------------------------------- _______________________________________________ Quickfix-users mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-users |