OANDA · Schema

GuaranteedStopLossOrderMode

The overall behaviour of the Account regarding guaranteed Stop Loss Orders.

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

GuaranteedStopLossOrderMode.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GuaranteedStopLossOrderMode",
  "description": "The overall behaviour of the Account regarding guaranteed Stop Loss Orders.",
  "type": "string",
  "enum": [
    "DISABLED",
    "ALLOWED",
    "REQUIRED"
  ]
}