OANDA · Schema

FixedPriceOrderReason

The reason that the Fixed Price Order was created

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

FixedPriceOrderReason.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "FixedPriceOrderReason",
  "description": "The reason that the Fixed Price Order was created",
  "type": "string",
  "enum": [
    "PLATFORM_ACCOUNT_MIGRATION"
  ]
}