Bloomberg AIM · Schema

GetFillsResponse

Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

Properties

Name Type Description
fills array
View JSON Schema on GitHub

JSON Schema

bloomberg-emsx-get-fills-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetFillsResponse",
  "type": "object",
  "properties": {
    "fills": {
      "type": "array"
    }
  }
}