资源加载中... loading...

GetPlatformList

GetPlatformList方法用于获取请求中的API KEY对应的优宽量化交易平台账号下的已添加的交易所列表。

{
    "code": 0,
    "data": {
        "result": {
            "all": 1,
            "platforms": [{
                "category": "商品期货",
                "date": "2024-04-23 13:38:24",
                "eid": "Futures_CTP",
                "id": 123,
                "label": "期货主席(看穿式监管)",
                "logo": "...",
                "name": "CTP协议",
                "profiles": "...",
                "stocks": ["FUTURES"],
                "website": "http://www.sfit.com.cn/"
            }]
        },
        "error": null
    }
}
  • all: 已添加/配置的交易所对象个数。
  • platforms: 交易所相关信息。
    • eid: 在优宽量化交易平台上交易所的Id,一些配置、参数中会使用到eid
    • profiles: 前置机配置信息。

无参数

GetRobotGroupList GetRobotList