OANDA · Schema

TakeProfitOrderReason

The reason that the Take Profit Order was initiated

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

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