Afternoon
(C# environment)
Previously I processed
PlaceExecutionReport myExecutionReport = client.placeOrders(MarketID, CustomerRef, placeInstructions)
Then I think I got BetID from:
myExecutionReport.InstructionReports[0].BetID
However, I'm now placing more than 1 bet in the place instructions. Can you help me understand what [index] do I get the, say 3 BetdIDs from?
Is it one report, 3 betids contained within the one report, or is there possibly 3 reports, for the 3 separate bets placed? I'm a little confused, and rather than get more confused, thought I'd ask your help.
Thanks
David.
(C# environment)
Previously I processed
PlaceExecutionReport myExecutionReport = client.placeOrders(MarketID, CustomerRef, placeInstructions)
Then I think I got BetID from:
myExecutionReport.InstructionReports[0].BetID
However, I'm now placing more than 1 bet in the place instructions. Can you help me understand what [index] do I get the, say 3 BetdIDs from?
Is it one report, 3 betids contained within the one report, or is there possibly 3 reports, for the 3 separate bets placed? I'm a little confused, and rather than get more confused, thought I'd ask your help.
Thanks
David.


Comment