OANDA · Schema

CancellableOrderType

The type of the Order.

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

CancellableOrderType.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CancellableOrderType",
  "description": "The type of the Order.",
  "type": "string",
  "enum": [
    "LIMIT",
    "STOP",
    "MARKET_IF_TOUCHED",
    "TAKE_PROFIT",
    "STOP_LOSS",
    "TRAILING_STOP_LOSS"
  ]
}