Versions Compared

Key

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

...

Panel
bgColor#FFFFFF
titleBGColor#FFCC33
titleOrder

Field name

Type

Required

Description

betId

String

(tick)

 

orderType

OrderType

(tick)

BSP Order type.

status

OrderStatus

(tick)

Either EXECUTABLE (an unmatched amount remains) or EXECUTION_COMPLETE (no unmatched amount remains).

persistenceType

PersistenceType

(tick)

What to do with the order at turn-in-play

side

Side

(tick)

Indicates if the bet is a Back or a LAY.

For LINE markets customers either Buy a line (LAY bet, winning if outcome is greater than the taken line (price)) or Sell a line (BACK bet, winning if outcome is less than the taken line (price)) 

price

double

(tick)

The price of the bet. Please note: LINE markets operate at even-money odds of 2.0. However, price for these markets refers to the line positions available as defined by the markets min-max range and interval steps 

size

double

(tick)

The size of the bet.

bspLiability

double

(tick)

Not to be confused with size. This is the liability of a given BSP bet.

placedDate

Date

(tick)

The date, to the second, the bet was placed.

avgPriceMatched

double

 

The average price matched at. Voided match fragments are removed from this average calculation. For MARKET_ON_CLOSE BSP bets this reports the matched SP price following the SP reconciliation process. This value is not meaningful for activity on LINE markets and is not guaranteed to be returned or maintained for these markets.

sizeMatched

double

 

The current amount of this bet that was matched.

sizeRemaining

double

 

The current amount of this bet that is unmatched.

sizeLapsed

double

 

The current amount of this bet that was lapsed.

sizeCancelled

double

 

The current amount of this bet that was cancelled.

sizeVoided

double

 

The current amount of this bet that was voided.

customerOrderRef

CustomerOrderRef

 

The customer order reference sent for this bet

customerStrategyRef

CustomerStrategyRef

 

The customer strategy reference sent for this bet

Panel
bgColor#FFFFFF
titleBGColor#FFCC33
titleMarket State

Field name

Type

Required

Description

status

String

marketStatus

betDelay

int

betDelay

bspReconciled

boolean

bspReconciled

complete

boolean

complete

inplay

boolean

inplay

numberOfActiveRunners

int

numberActiveOfRunners

lastMatchTime

Date

lastMatchTime

totalMatched

Size

 

totalAvailable

Size

Zero for closed markets

keyLineDescription

KeyLineDescription

 

Description of a markets key line for valid market types

...



Anchor
Match
Match

Panel
bgColor#FFFFFF
titleBGColor#FFCC33
titleMatch

An individual bet Match, or rollup by price or avg price. Rollup depends on the requested MatchProjection

Field name

Type

Required

Description

betId

String

 

Only present if no rollup

matchId

String

 

Only present if no rollup

side

Side

(tick)

Indicates if the bet is a Back or a LAY

price

double

(tick)

Either actual match price or avg match price depending on rollup. This value is not meaningful for activity on LINE markets and is not guaranteed to be returned or maintained for these markets. 

size

double

(tick)

Size matched at in this fragment, or at this price or avg price depending on rollup

matchDate

Date

 

Only present if no rollup

...