Bloomberg AIM · JSON Structure

Bloomberg Emsx Delete Route Request Structure

Type: object Properties: 2
Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

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

Properties

EMSX_SEQUENCE EMSX_ROUTE_ID

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

JSON Structure

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