List<MarketBook> listRunnerBook ( MarketId marketId, SelectionId selectionId, double handicap, PriceProjection priceProjection, OrderProjection orderProjection, MatchProjection matchProjection, boolean includeOverallPosition, boolean partitionMatchedByStrategyRef, Set<String> customerStrategyRefs, StringcurrencyCode,Stringlocale, Date matchedSince, Set<BetId> betIds) throws APINGException
...
Parameter name | Type | Required | Description |
---|---|---|---|
marketId | The unique id for the market.. | ||
selectionId | SelectionId | The unique id for the selection in the market. | |
handicap | double | The handicap associated with the runner in case of Asian handicap market | |
priceProjection | The projection of price data you want to receive in the response. | ||
orderProjection | The orders you want to receive in the response. | ||
matchProjection | If you ask for orders, specifies the representation of matches. | ||
includeOverallPosition | boolean | If you ask for orders, returns matches for each selection. Defaults to true if unspecified. | |
partitionMatchedByStrategyRef | boolean | If you ask for orders, returns the breakdown of matches by strategy for each selection. Defaults to false if unspecified. | |
customerStrategyRefs | Set<String> | If you ask for orders, restricts the results to orders matching any of the specified set of customer defined strategies. | |
currencyCode | String | A Betfair standard currency code. If not specified, the default currency code is used. | |
locale | String | The language used for the response. If not specified, the default is returned. | |
matchedSince | Date | If you ask for orders, restricts the results to orders that have at least one fragment matched since | |
betIds | Set<BetId> | If you ask for orders, restricts the results to orders with the specified bet IDs. Omitting this parameter means that all bets will be included in the response. Please note: A maximum of 250 betId's can be provided at a time. |
...