OANDA · Schema

OrderState

The current state of the Order.

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

OrderState.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OrderState",
  "description": "The current state of the Order.",
  "type": "string",
  "enum": [
    "PENDING",
    "FILLED",
    "TRIGGERED",
    "CANCELLED"
  ]
}