Bloomberg AIM · JSON Structure

Bloomberg Http Intraday Tick Request Structure

Type: object Properties: 8
Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

IntradayTickRequest is a JSON Structure definition published by Bloomberg AIM, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

security eventTypes startDateTime endDateTime includeConditionCodes includeExchangeCodes includeBrokerCodes includeRPSCodes

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "IntradayTickRequest",
  "type": "object",
  "properties": {
    "security": {
      "type": "string"
    },
    "eventTypes": {
      "type": "array"
    },
    "startDateTime": {
      "type": "string"
    },
    "endDateTime": {
      "type": "string"
    },
    "includeConditionCodes": {
      "type": "boolean"
    },
    "includeExchangeCodes": {
      "type": "boolean"
    },
    "includeBrokerCodes": {
      "type": "boolean"
    },
    "includeRPSCodes": {
      "type": "boolean"
    }
  }
}