Bloomberg AIM · JSON Structure

Bloomberg Emsx Group Route Request Structure

Type: object Properties: 8
Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

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

Properties

EMSX_SEQUENCE EMSX_AMOUNT_PERCENT EMSX_BROKER EMSX_ORDER_TYPE EMSX_LIMIT_PRICE EMSX_TIF EMSX_STRATEGY EMSX_STRATEGY_PARAMS

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GroupRouteRequest",
  "type": "object",
  "properties": {
    "EMSX_SEQUENCE": {
      "type": "array"
    },
    "EMSX_AMOUNT_PERCENT": {
      "type": "number"
    },
    "EMSX_BROKER": {
      "type": "string"
    },
    "EMSX_ORDER_TYPE": {
      "type": "string"
    },
    "EMSX_LIMIT_PRICE": {
      "type": "number"
    },
    "EMSX_TIF": {
      "type": "string"
    },
    "EMSX_STRATEGY": {
      "type": "string"
    },
    "EMSX_STRATEGY_PARAMS": {
      "type": "object"
    }
  }
}