OANDA · Schema

StopOrderReason

The reason that the Stop Order was initiated

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

StopOrderReason.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "StopOrderReason",
  "description": "The reason that the Stop Order was initiated",
  "type": "string",
  "enum": [
    "CLIENT_ORDER",
    "REPLACEMENT"
  ]
}