OANDA · Schema

OrderPositionFill

Specification of how Positions in the Account are modified when the Order is filled.

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

OrderPositionFill.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OrderPositionFill",
  "description": "Specification of how Positions in the Account are modified when the Order is filled.",
  "type": "string",
  "enum": [
    "OPEN_ONLY",
    "REDUCE_FIRST",
    "REDUCE_ONLY",
    "DEFAULT"
  ]
}