Class: BetfairApiNgRails::Api::Enums::ExecutionReportStatus

Inherits:
Object
  • Object
show all
Extended by:
Concerns::Enumable
Defined in:
lib/betfair_api_ng_rails/api/enums/execution_report_status.rb

Overview

Status of execution report

Includes: 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. This error only occurs for replaceOrders,
cancelOrders and updateOrders operations. The placeOrders operation will not return
PROCESSED_WITH_ERRORS status as it is an atomic operation.

TIMEOUT - Order timed out.

Method Summary

Methods included from Concerns::Enumable

enumify