tastytrade · Schema

QuoteAlertDeserializer

QuoteAlertDeserializer model

FinanceBrokerageTradingOptionsFuturesEquitiesCryptoMarket DataWebSocket

Properties

Name Type Description
alert-external-id string
completed-at string
created-at string
dismissed-at string
dx-symbol string
expired-at string
expires-at string
field string
instrument-type string
operator string
provider string
symbol string
threshold string
threshold-numeric number
triggered-at string
user-external-id string
View JSON Schema on GitHub

JSON Schema

quote-alerts-QuoteAlertDeserializer.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://developer.tastytrade.com/schemas/quote-alerts/QuoteAlertDeserializer",
  "title": "QuoteAlertDeserializer",
  "type": "object",
  "properties": {
    "alert-external-id": {
      "description": "",
      "type": "string"
    },
    "completed-at": {
      "description": "",
      "type": "string",
      "format": "date-time"
    },
    "created-at": {
      "description": "",
      "type": "string",
      "format": "date-time"
    },
    "dismissed-at": {
      "description": "",
      "type": "string",
      "format": "date-time"
    },
    "dx-symbol": {
      "description": "",
      "type": "string"
    },
    "expired-at": {
      "description": "",
      "type": "string",
      "format": "date-time"
    },
    "expires-at": {
      "description": "",
      "type": "string"
    },
    "field": {
      "description": "",
      "type": "string"
    },
    "instrument-type": {
      "description": "",
      "type": "string"
    },
    "operator": {
      "description": "",
      "type": "string"
    },
    "provider": {
      "description": "",
      "type": "string"
    },
    "symbol": {
      "description": "",
      "type": "string"
    },
    "threshold": {
      "description": "",
      "type": "string"
    },
    "threshold-numeric": {
      "description": "",
      "type": "number",
      "format": "double"
    },
    "triggered-at": {
      "description": "",
      "type": "string",
      "format": "date-time"
    },
    "user-external-id": {
      "description": "",
      "type": "string"
    }
  },
  "description": "QuoteAlertDeserializer model"
}