OANDA · Schema

TradeStateFilter

The state to filter the Trades by

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

TradeStateFilter.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TradeStateFilter",
  "description": "The state to filter the Trades by",
  "type": "string",
  "enum": [
    "OPEN",
    "CLOSED",
    "CLOSE_WHEN_TRADEABLE",
    "ALL"
  ]
}