Hi so I am making a call to MarketBook to get the winners for various horse races however just wondering if I can get traded data, say Total matched, SP data etc.
I wonder do I just set PriceData filter to EX_ALL_OFFERS or EX_TRADED ? or if this only when the market is in play?
Dim priceData AsISet(OfPriceData) = NewHashSet(OfPriceData)()
priceData.Add(API_NG.TO.PriceData.EX_BEST_OFFERS)
fnReturnSpecificMarketBookData = clientBF.listMarketBook(MarketIDsToGet, priceProjection, MatchProjection.ROLLED_UP_BY_AVG_PRICE, Nothing)
I wonder do I just set PriceData filter to EX_ALL_OFFERS or EX_TRADED ? or if this only when the market is in play?
Dim priceData AsISet(OfPriceData) = NewHashSet(OfPriceData)()
priceData.Add(API_NG.TO.PriceData.EX_BEST_OFFERS)
fnReturnSpecificMarketBookData = clientBF.listMarketBook(MarketIDsToGet, priceProjection, MatchProjection.ROLLED_UP_BY_AVG_PRICE, Nothing)


Comment