tastytrade · Schema

Trial

FinanceBrokerageTradingOptionsFuturesEquitiesCryptoMarket DataWebSocket

Properties

Name Type Description
openDateTime string
closeDateTime string
profitLoss number
View JSON Schema on GitHub

JSON Schema

backtesting-Trial.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://developer.tastytrade.com/schemas/backtesting/Trial",
  "title": "Trial",
  "type": "object",
  "properties": {
    "openDateTime": {
      "type": "string"
    },
    "closeDateTime": {
      "type": "string"
    },
    "profitLoss": {
      "type": "number"
    }
  }
}