Originally posted by geoffw123
View Post
Key fields:
fields - A set of field filter flags (see below)
ladderLevels - For depth based ladders the number of levels to send (1 to 10)
For example, I'm only looking at 1 level:
marketDataFilter: { fields: ['EX_BEST_OFFERS_DISP'], ladderLevels: 1 }
Is it be possible to subscribe to only 'currently in-play' races, with races being added as they become in play? Something like the inPlayOnly filter. Otherwise all I can think of is polling for in-play races and getting marketIds and then subscribing to this individual market, but this sounds liek a lot of hassle!


Comment