OANDA · Schema

TradeID

The Trade's identifier, unique within the Trade's Account.

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

TradeID.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TradeID",
  "description": "The Trade's identifier, unique within the Trade's Account.",
  "type": "string",
  "format": "The string representation of the OANDA-assigned TradeID. OANDA-assigned TradeIDs are positive integers, and are derived from the TransactionID of the Transaction that opened the Trade."
}