Bloomberg AIM · JSON Structure

Bloomberg Emsx Fill Structure

Type: object Properties: 11
Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

Fill 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_ROUTE_ID EMSX_FILL_ID EMSX_TICKER EMSX_SIDE EMSX_FILL_AMOUNT EMSX_FILL_PRICE EMSX_FILL_DATE EMSX_FILL_TIME EMSX_BROKER EMSX_EXCHANGE

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Fill",
  "type": "object",
  "properties": {
    "EMSX_SEQUENCE": {
      "type": "integer"
    },
    "EMSX_ROUTE_ID": {
      "type": "integer"
    },
    "EMSX_FILL_ID": {
      "type": "integer"
    },
    "EMSX_TICKER": {
      "type": "string"
    },
    "EMSX_SIDE": {
      "type": "string"
    },
    "EMSX_FILL_AMOUNT": {
      "type": "integer"
    },
    "EMSX_FILL_PRICE": {
      "type": "number"
    },
    "EMSX_FILL_DATE": {
      "type": "string"
    },
    "EMSX_FILL_TIME": {
      "type": "string"
    },
    "EMSX_BROKER": {
      "type": "string"
    },
    "EMSX_EXCHANGE": {
      "type": "string"
    }
  }
}