OANDA · Schema

TimeInForce

The time-in-force of an Order. TimeInForce describes how long an Order should remain pending before being automatically cancelled by the execution system.

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

TimeInForce.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TimeInForce",
  "description": "The time-in-force of an Order. TimeInForce describes how long an Order should remain pending before being automatically cancelled by the execution system.",
  "type": "string",
  "enum": [
    "GTC",
    "GTD",
    "GFD",
    "FOK",
    "IOC"
  ]
}