Bloomberg AIM · Schema

GetFillsRequest

Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

Properties

Name Type Description
scope string
fromDateTime string Start of time range for fills
View JSON Schema on GitHub

JSON Schema

bloomberg-emsx-get-fills-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetFillsRequest",
  "type": "object",
  "properties": {
    "scope": {
      "type": "string"
    },
    "fromDateTime": {
      "type": "string",
      "description": "Start of time range for fills"
    }
  }
}