Bloomberg AIM · JSON Structure

Bloomberg Emsx Group Route Response Structure

Type: object Properties: 3
Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

GroupRouteResponse 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

numRouted MESSAGE routeIds

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GroupRouteResponse",
  "type": "object",
  "properties": {
    "numRouted": {
      "type": "integer"
    },
    "MESSAGE": {
      "type": "string"
    },
    "routeIds": {
      "type": "array"
    }
  }
}