Bloomberg AIM · JSON Structure

Bloomberg Emsx Route Order Request Structure

Type: object Properties: 11
Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

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

Properties

EMSX_SEQUENCE EMSX_AMOUNT EMSX_BROKER EMSX_ORDER_TYPE EMSX_TIF EMSX_LIMIT_PRICE EMSX_STOP_PRICE EMSX_STRATEGY EMSX_STRATEGY_PARAMS EMSX_EXEC_INSTRUCTIONS EMSX_ACCOUNT

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RouteOrderRequest",
  "type": "object",
  "properties": {
    "EMSX_SEQUENCE": {
      "type": "integer"
    },
    "EMSX_AMOUNT": {
      "type": "integer"
    },
    "EMSX_BROKER": {
      "type": "string"
    },
    "EMSX_ORDER_TYPE": {
      "type": "string"
    },
    "EMSX_TIF": {
      "type": "string"
    },
    "EMSX_LIMIT_PRICE": {
      "type": "number"
    },
    "EMSX_STOP_PRICE": {
      "type": "number"
    },
    "EMSX_STRATEGY": {
      "type": "string"
    },
    "EMSX_STRATEGY_PARAMS": {
      "type": "object"
    },
    "EMSX_EXEC_INSTRUCTIONS": {
      "type": "string"
    },
    "EMSX_ACCOUNT": {
      "type": "string"
    }
  }
}