Bloomberg AIM · JSON Structure

Bloomberg Emsx Modify Order Request Structure

Type: object Properties: 7
Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

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

Properties

EMSX_SEQUENCE EMSX_AMOUNT EMSX_ORDER_TYPE EMSX_LIMIT_PRICE EMSX_STOP_PRICE EMSX_TIF EMSX_NOTES

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

JSON Structure

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