OANDA · Schema

TradeState

The current state of the Trade.

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

TradeState.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TradeState",
  "description": "The current state of the Trade.",
  "type": "string",
  "enum": [
    "OPEN",
    "CLOSED",
    "CLOSE_WHEN_TRADEABLE"
  ]
}