[Quickfix-developers] Re peating Group adding to PositionReport message
Brought to you by:
orenmnero
From: gvanto <gv...@gm...> - 2010-01-27 23:21:32
|
Was wondering if anyone had tips on creating repeating group message in relation to short positions for a position report type QuickFix (.Net) object: http://btobits.com/fixopaedia/fixdic50/message_Position_Report_AP_.html [code] QuickFix44.PositionReport posReport = new QuickFix44.PositionReport( new PosMaintRptID("TEST_Rpt_ID"), new PosReqResult(2), //no. of position reports new ClearingBusinessDate("20100122"), new Account("SUSQ"), new AccountType(AccountType.ACCOUNT_IS_HOUSE_TRADER_AND_IS_CROSS_MARGINED), new SettlPrice(10.0), new SettlPriceType(SettlPriceType.FINAL), new PriorSettlPrice(10.0) ); [\code] I need to now add some position information to this posReport object and I believe it has to be done using Groups however not quite sure how to do it (what to add to the group, etc) . Any help would be greatly appreciated, gvanto -- View this message in context: http://old.nabble.com/Repeating-Group-adding-to-PositionReport-message-tp27334593p27334593.html Sent from the QuickFIX - Dev mailing list archive at Nabble.com. |