Bloomberg AIM · Schema

GroupRouteResponse

Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

Properties

Name Type Description
numRouted integer Number of orders successfully routed
MESSAGE string
routeIds array
View JSON Schema on GitHub

JSON Schema

bloomberg-emsx-group-route-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GroupRouteResponse",
  "type": "object",
  "properties": {
    "numRouted": {
      "type": "integer",
      "description": "Number of orders successfully routed"
    },
    "MESSAGE": {
      "type": "string"
    },
    "routeIds": {
      "type": "array"
    }
  }
}