Versions Compared

Key

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

...

Panel
bgColor#FFFFFF
titleBGColor#99CC66
titlePriceData

Value

Description

SP_AVAILABLE

 
Amount available for the BSP auction.

SP_TRADED

 
Amount traded in the BSP auction.

EX_BEST_OFFERS

 
Only the best prices available for each runner, to requested price depth.

EX_ALL_OFFERS

EX_ALL_OFFERS trumps EX_BEST_OFFERS if both settings are present

EX_TRADED

 
Amount traded on the exchange.


Anchor
MatchProjection
MatchProjection

Panel
bgColor#FFFFFF
titleBGColor#99CC66
titleMatchProjection

Value

Description

NO_ROLLUP

 
No rollup, return raw fragments

ROLLED_UP_BY_PRICE

 
Rollup matched amounts by distinct matched prices per side.

ROLLED_UP_BY_AVG_PRICE

 Rollup matched amounts by average matched price per side


Anchor
OrderProjection
OrderProjection

Panel
bgColor#FFFFFF
titleBGColor#99CC66
titleOrderProjection

Value

Description

ALL

 
EXECUTABLE and EXECUTION_COMPLETE orders

EXECUTABLE

 
An order that does not have any remaining unmatched portion.

EXECUTION_COMPLETE

 
An order that has a remaining unmatched portion.


Anchor
MarketStatus
MarketStatus

...

Panel
bgColor#FFFFFF
titleBGColor#99CC66
titleRunnerStatus

Value

Description

ACTIVE

ACTIVE

WINNER

WINNER

LOSER

LOSER

REMOVED_VACANT

 

REMOVED_VACANT applies to Greyhounds. Greyhound markets always return a fixed number of runners (traps). If a dog has been removed, the trap is shown as vacant.

REMOVED

REMOVED


Anchor
TimeGranularity
TimeGranularity

...

Panel
bgColor#FFFFFF
titleBGColor#99CC66
titleExecutionReportStatus

Value

Description

SUCCESS

 
Order processed successfully

FAILURE

 
Order failed.

PROCESSED_WITH_ERRORS

 
The order itself has been accepted, but at least one (possibly all) actions have generated errors

TIMEOUT

 
Order timed out.


Anchor
ExecutionReportErrorCode
ExecutionReportErrorCode

Panel
bgColor#FFFFFF
titleBGColor#99CC66
titleExecutionReportErrorCode

Value

Description

ERROR_IN_MATCHER

The matcher 's is not healthy

PROCESSED_WITH_ERRORS

The order itself has been accepted, but at least one (possibly all) actions have generated errors

BET_ACTION_ERROR

There is an error with an action that has caused the entire order to be rejected

INVALID_ACCOUNT_STATE

Order rejected due to the account's status (suspended, inactive, dup cards)

INVALID_WALLET_STATUS

Order rejected due to the account's wallet's status

INSUFFICIENT_FUNDS

Account has exceeded its exposure limit or available to bet limit

LOSS_LIMIT_EXCEEDED

The account has exceed the self imposed loss limit

MARKET_SUSPENDED

Market is suspended

MARKET_NOT_OPEN_FOR_BETTING

Market is not open for betting, either inactive, suspended or closed

DUPLICATE_TRANSACTION

duplicate customer referece data submitted

INVALID_ORDER

Order cannot be accepted by the matcher due to the combination of actions. For example, bets being edited are not on the same market, or order includes both edits and placement

INVALID_MARKET_ID

Market doesn't exist

PERMISSION_DENIED

Business rules do not allow order to be placed

DUPLICATE_BETIDS

duplicate bet ids found

NO_ACTION_REQUIRED

Order hasn't been passed to matcher as system detected there will be no state change

SERVICE_UNAVAILABLE

The requested service is unavailable

REJECTED_BY_REGULATOR

The regulator rejected the order

...