OANDA · Schema

PriceStatus

The status of the Price.

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

PriceStatus.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PriceStatus",
  "description": "The status of the Price.",
  "type": "string",
  "enum": [
    "tradeable",
    "non-tradeable",
    "invalid"
  ]
}