Thanks Mumbles0,
it seems that it will do the job i want...
Cheers
John
it seems that it will do the job i want...
Cheers
John
Dim sMsg As String = bfIF.ShowMprices(bfIF.BetFairUK.getMarketPricesresp) try Dim dMsg = ShowMprices(BetFairUK.getMarketPrices(MpricesReq(1235456))) or whateveryour marketid of interest is.
Dim PricesResp As BFUK.GetMarketPricesResp 'Declare a variable to hold an object of type BFUK.GetMarketPricesResp PricesResp = BetFairUK.getMarketPrices(MpricesReq) 'Call the API to get the response object Dim sMsg As String = BFIF.ShowMprices(PricesResp) 'Call ShowMprices with the response object as the argument
and I didn't want to cross post I was wondering if you check out this thread I started on handling races where the time between two legs in an accumulator are only 10 minutes apart and Betfair only settles the first leg once the 2nd one has started.
Comment