OANDA · Schema

MarketOrderMarginCloseout

Details for the Market Order extensions specific to a Market Order placed that is part of a Market Order Margin Closeout in a client's account

ForexFX TradingCFD TradingFinancial ServicesTrading APIs

Properties

Name Type Description
reason string The reason the Market Order was created to perform a margin closeout
View JSON Schema on GitHub

JSON Schema

MarketOrderMarginCloseout.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MarketOrderMarginCloseout",
  "description": "Details for the Market Order extensions specific to a Market Order placed that is part of a Market Order Margin Closeout in a client's account",
  "type": "object",
  "properties": {
    "reason": {
      "type": "string",
      "description": "The reason the Market Order was created to perform a margin closeout",
      "enum": [
        "MARGIN_CHECK_VIOLATION",
        "REGULATORY_MARGIN_CALL_VIOLATION",
        "REGULATORY_MARGIN_CHECK_VIOLATION"
      ]
    }
  }
}