"BloombergDataLicense" (服务连接)
This service connection requires Wolfram Finance Platform »
把彭博数据许可证帐户连接到 Wolfram 语言分析市场数据.
Wolfram Finance Platform 提供对该服务的支持.
连接和授权
ServiceConnect["BloombergDataLicense"] 创建与彭博数据许可证 API 的一个连接. 必须安装客户证书验证用户的身份.
实体查询
请求
ServiceSubmit[req] 提交服务请求给彭博数据许可证 API.
ServiceExecute[req] 发送服务请求给彭博数据许可证 API.
字段
"Fields" — 查询由彭博数据许可证服务支持的有效字段
市场数据
"Instruments" | instrument name | 彭博工具名称或彭博全球 ID (BBGID) | |
"Fields" | list of fields | 彭博字段 |
"Instrument" | instrument name | 彭博工具名称或 BBGID | |
"Period" | time interval | tick 事件的时间区间 |
"GetAllQuotes" — 返回销售价格和匹配投标,并查询每次交易的价格
"Instrument" | instrument name | 彭博工具名称或 BBGID | |
"Period" | time interval | tick 事件的时间区间 |
"TaskStarted" | 任务开始 | |
"ScheduleTriggered" | 触发计划的任务计算 | |
"ResponseReceived" | 从服务收到的响应 | |
"ScheduleExecuted" | 执行计划的任务计算 | |
"TaskStatusChanged" | 任务状态改变 | |
"TaskFinished" | 任务完全完成 | |
"TaskRemoved" | 任务被去除 |
当产生 eventi 时,会计算规范 HandlerFunctions-><…,"eventi"->fi,… >, fi[assoc]. assoc 元素的键由 HandlerFunctionsKeys 设置指定.
由 HandlerFunctionsKeys 指定的可能键包括:
"Request" | 被提交的请求 | |
"EvaluationResult" | 收到的响应 | |
"Service" | 服务的名称 | |
"Instrument" | 彭博工具 | |
"Property" | 彭博属性 | |
"Value" | 给定工具和属性的值 | |
"EventName" | 被处理的事件名称 |
"Schedule" | 任务计划规范 | |
"RunInterval" | 任务运行的间隔 | |
"PreviousRunCount" | 任务已经运行的次数 | |
"RemainingRunCount" | 任务还要运行的次数 | |
"TotalRunCount" | 计划运行任务的总次数 |