Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#FFFFFF
titleBGColor#FFCC33
titleRunnerCatalog

Information about the Runners (selections) in a market

Field name

Type

Required

Description

selectionId

long

(tick)

The unique id for the selection.

runnerName

String

(tick)

The name of the runner

handicap

double

(tick)

The handicap

sortPriority

int

(tick)

The sort priority of this runner

metadata

Map<String,String>

 

Metadata associated with the runner.  For a description of this data for Horse Racing, please see Runner Metadata Description


Anchor
Runner
Runner

Panel
bgColor#FFFFFF
titleBGColor#FFCC33
titleRunner

The dynamic data about runners in a market

Field name

Type

Required

Description

selectionId

long

(tick)

The unique id of the runner (selection)

handicap

double

(tick)

The handicap.  Enter the specific handicap value (returned by RUNNER in listMaketBook) if the market is an Asian handicap market.

status

RunnerStatus

(tick)

The status of the selection (i.e., ACTIVE, REMOVED, WINNER, PLACED, LOSER, HIDDEN) Runner status information is available for 90 days following market settlement.

adjustmentFactor

double

(tick)

The adjustment factor applied if the selection is removed

lastPriceTraded

double

 

The price of the most recent bet matched on this selection

totalMatched

double

 

The total amount matched on this runner

removalDate

Date

 

If date and time the runner was removed

sp

StartingPrices

 

The BSP related prices for this runner

ex

ExchangePrices

 

The Exchange prices available for this runner

orders

List< Order >

 

List of orders in the market

matches

List< Match >

 

List of matches (i.e, orders that have been fully or partially executed)

matchesByStrategy

Map<String,Matches>

 

List of matches for each strategy, ordered by matched data

...