OANDA · Schema

StopLossOrderReason

The reason that the Stop Loss Order was initiated

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

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