tastytrade · Schema

Row

Row model

FinanceBrokerageTradingOptionsFuturesEquitiesCryptoMarket DataWebSocket

Properties

Name Type Description
file-date string
row-index integer
exchange string
row-data string
View JSON Schema on GitHub

JSON Schema

risk-parameters-Row.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://developer.tastytrade.com/schemas/risk-parameters/Row",
  "title": "Row",
  "type": "object",
  "properties": {
    "file-date": {
      "description": "",
      "type": "string",
      "format": "date"
    },
    "row-index": {
      "description": "",
      "type": "integer",
      "format": "int32"
    },
    "exchange": {
      "description": "",
      "type": "string"
    },
    "row-data": {
      "description": "",
      "type": "string"
    }
  },
  "description": "Row model"
}