Properties
| Name | Type | Description |
|---|---|---|
| EMSX_SEQUENCE | integer | Unique order sequence number |
| EMSX_TICKER | string | Security identifier |
| EMSX_SIDE | string | |
| EMSX_AMOUNT | integer | Total order quantity |
| EMSX_FILLED | integer | Quantity filled so far |
| EMSX_WORKING | integer | Quantity currently working (routed but not filled) |
| EMSX_ORDER_TYPE | string | |
| EMSX_LIMIT_PRICE | number | |
| EMSX_STOP_PRICE | number | |
| EMSX_TIF | string | |
| EMSX_STATUS | string | Current order status |
| EMSX_AVG_PRICE | number | Average fill price |
| EMSX_ACCOUNT | string | |
| EMSX_TRADER | string | |
| EMSX_NOTES | string | |
| EMSX_BASKET_NAME | string | |
| EMSX_DATE | string | Order creation date (YYYYMMDD) |
| EMSX_TIME_STAMP | string | Last update timestamp |
| EMSX_PORTFOLIO | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Order",
"type": "object",
"properties": {
"EMSX_SEQUENCE": {
"type": "integer",
"description": "Unique order sequence number"
},
"EMSX_TICKER": {
"type": "string",
"description": "Security identifier"
},
"EMSX_SIDE": {
"type": "string"
},
"EMSX_AMOUNT": {
"type": "integer",
"description": "Total order quantity"
},
"EMSX_FILLED": {
"type": "integer",
"description": "Quantity filled so far"
},
"EMSX_WORKING": {
"type": "integer",
"description": "Quantity currently working (routed but not filled)"
},
"EMSX_ORDER_TYPE": {
"type": "string"
},
"EMSX_LIMIT_PRICE": {
"type": "number"
},
"EMSX_STOP_PRICE": {
"type": "number"
},
"EMSX_TIF": {
"type": "string"
},
"EMSX_STATUS": {
"type": "string",
"description": "Current order status"
},
"EMSX_AVG_PRICE": {
"type": "number",
"description": "Average fill price"
},
"EMSX_ACCOUNT": {
"type": "string"
},
"EMSX_TRADER": {
"type": "string"
},
"EMSX_NOTES": {
"type": "string"
},
"EMSX_BASKET_NAME": {
"type": "string"
},
"EMSX_DATE": {
"type": "string",
"description": "Order creation date (YYYYMMDD)"
},
"EMSX_TIME_STAMP": {
"type": "string",
"description": "Last update timestamp"
},
"EMSX_PORTFOLIO": {
"type": "string"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/bloomberg-emsx-order"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.