Sorry Mumbles,
Maybe I am not properly explained. I do not want the data that shows column To Back or To Lay. I want the data that appears in the column Amount Matched, attached an image.
I understood that this data showed the call to getMarketTradedVolumeCompressedCompleted, print the table of odds and amounts matched.
That's why I wondered whether there was any call that returns a datatable
I would like to do this table:
Marketid | SelectionId | totalAmountMatched | lastPriceMatched | bestPricesToBack(0).price | bestPricesToBack(0).amountAvailable | tradedVolume(j).totalMatchedAmount (Sum amount matched From Odds 1.01 to 2.40 in this image) | tradedVolume(j).totalMatchedAmount ( Sum amount matched From Odds 2.42 to 1000 in this image)
I had thought to cross the information of the two calls (getmarketTradedVolumCompressedCompeted +getMarketPricesCompressedCompleted) and set up a datatable, but I do not know how to pass information from one call to another
Thanks
Maybe I am not properly explained. I do not want the data that shows column To Back or To Lay. I want the data that appears in the column Amount Matched, attached an image.
I understood that this data showed the call to getMarketTradedVolumeCompressedCompleted, print the table of odds and amounts matched.
That's why I wondered whether there was any call that returns a datatable
I would like to do this table:
Marketid | SelectionId | totalAmountMatched | lastPriceMatched | bestPricesToBack(0).price | bestPricesToBack(0).amountAvailable | tradedVolume(j).totalMatchedAmount (Sum amount matched From Odds 1.01 to 2.40 in this image) | tradedVolume(j).totalMatchedAmount ( Sum amount matched From Odds 2.42 to 1000 in this image)
I had thought to cross the information of the two calls (getmarketTradedVolumCompressedCompeted +getMarketPricesCompressedCompleted) and set up a datatable, but I do not know how to pass information from one call to another
Thanks




Comment