Can I subscribe for multiple Symbols I try to do like this:
var sidesGrp3 = new QuickFix.FIX44.TradeCaptureReport.NoSidesGroup();
sidesGrp3.SetField(new Symbol("BTCUSD.ecn"));
var sidesGrp4 = new QuickFix.FIX44.TradeCaptureReport.NoSidesGroup();
sidesGrp4.SetField(new Symbol("AUDUSD.ecn"));
But in response I get 2 values (with tag 270) that is represent the price of first symbol only ("BTCUSD.ecn").