OANDA · Schema

TradeSpecifier

The identification of a Trade as referred to by clients

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

TradeSpecifier.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TradeSpecifier",
  "description": "The identification of a Trade as referred to by clients",
  "type": "string",
  "format": "Either the Trade's OANDA-assigned TradeID or the Trade's client-provided ClientID prefixed by the \"@\" symbol"
}