Versions Compared

Key

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

...

Panel
bgColor#FFFFFF
titleBGColor#99CC66
titleSide

Value

Description

BACK

To back a team, horse or outcome is to bet on the selection to win.

LAY

To lay a team, horse, or outcome is to bet on the selection to lose.

 

Anchor
OrderStatus
OrderStatus

Panel
bgColor#FFFFFF
titleBGColor#99CC66
titleOrderStatus

Value

Description

EXECUTION_COMPLETEPENDING

An order that does not have any remaining unmatched portion.

EXECUTABLE

An order that asynchronous order is yet to be processed. Once the bet has been processed by the exchange 
(including waiting for any in-play delay), the result will be reported and available on the 
Exchange Stream API and API NG. 
Not a valid search criteria on MarketFilter

EXECUTION_COMPLETE

An order that does not have any remaining unmatched portion.

EXECUTABLE

An order that has a remaining unmatched portion.

EXPIRED

The order is no longer available for execution due to its time in force constraint. 
In the case of FILL_OR_KILL orders, this means the order has been killed because it could not be filled to your specifications. 
Not a valid search criteria on MarketFilter


Anchor
OrderBy
OrderBy

Panel
bgColor#FFFFFF
titleBGColor#99CC66
titleOrderBy

Value

Description

BY_BET

@Deprecated Use BY_PLACE_TIME instead. Order by placed time, then bet id.

BY_MARKET

Order by market id, then placed time, then bet id.

BY_MATCH_TIME

Order by time of last matched fragment (if any), then placed time, then bet id. Filters out orders which have no matched date. The dateRange filter (if specified) is applied to the matched date.

BY_PLACE_TIME

Order by placed time, then bet id. This is an alias of to be deprecated BY_BET. The dateRange filter (if specified) is applied to the placed date.

BY_SETTLED_TIME

Order by time of last settled fragment (if any due to partial market settlement), then by last match time, then placed time, then bet id. Filters out orders which have not been settled. The dateRange filter (if specified) is applied to the settled date.

BY_VOID_TIME

Order by time of last voided fragment (if any), then by last match time, then placed time, then bet id. Filters out orders which have not been voided. The dateRange filter (if specified) is applied to the voided date.

 

 

...