Bloomberg AIM · JSON Structure

Bloomberg Emsx Route Order Response Structure

Type: object Properties: 3
Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

RouteOrderResponse 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

EMSX_SEQUENCE EMSX_ROUTE_ID MESSAGE

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RouteOrderResponse",
  "type": "object",
  "properties": {
    "EMSX_SEQUENCE": {
      "type": "integer"
    },
    "EMSX_ROUTE_ID": {
      "type": "integer"
    },
    "MESSAGE": {
      "type": "string"
    }
  }
}