Bloomberg AIM · JSON Structure

Bloomberg Http Blpapi Request Structure

Type: object Properties: 3
Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

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

Properties

serviceUri operationName requestObject

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BlpapiRequest",
  "type": "object",
  "properties": {
    "serviceUri": {
      "type": "string"
    },
    "operationName": {
      "type": "string"
    },
    "requestObject": {
      "type": "object"
    }
  }
}