tastytrade · Schema

SearchableInstrumentDeserializer

SearchableInstrumentDeserializer model

FinanceBrokerageTradingOptionsFuturesEquitiesCryptoMarket DataWebSocket

Properties

Name Type Description
category string
description string
event-product-external-id string
exchange string
external-id string
instrument-type string
stops-trading-at string
symbol string
underlying-product string
underlying-product-type string
View JSON Schema on GitHub

JSON Schema

instruments-SearchableInstrumentDeserializer.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://developer.tastytrade.com/schemas/instruments/SearchableInstrumentDeserializer",
  "title": "SearchableInstrumentDeserializer",
  "type": "object",
  "properties": {
    "category": {
      "description": "",
      "type": "string"
    },
    "description": {
      "description": "",
      "type": "string"
    },
    "event-product-external-id": {
      "description": "",
      "type": "string"
    },
    "exchange": {
      "description": "",
      "type": "string"
    },
    "external-id": {
      "description": "",
      "type": "string"
    },
    "instrument-type": {
      "description": "",
      "type": "string"
    },
    "stops-trading-at": {
      "description": "",
      "type": "string",
      "format": "date-time"
    },
    "symbol": {
      "description": "",
      "type": "string"
    },
    "underlying-product": {
      "description": "",
      "type": "string"
    },
    "underlying-product-type": {
      "description": "",
      "type": "string"
    }
  },
  "description": "SearchableInstrumentDeserializer model"
}