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

GetExchangeList

GetExchangeList方法用于获取优宽量化交易平台支持的交易所列表以及需要的配置信息。

isSummary参数为false时,返回的数据:

{
    "code": 0,
    "data": {
        "result": {
            "exchanges": [{
                "category": "商品期货",
                "eid": "Futures_CTP",
                "id": 123,
                "logo": "/upload/asset/236192b0caaca5fadf948.svg",
                "meta": "...",
                "name": "CTP协议",
                "priority": 10,
                "profiles": "...",
                "stocks": "FUTURES",
                "website": "http://www.sfit.com.cn/"
            }]
        },
        "error": null
    }
}

isSummary参数为true时,返回的数据:

{
    "code": 0,
    "data": {
        "result": {
            "exchanges": [{
                "category": "商品期货",
                "eid": "Futures_CTP",
                "id": 123,
                "logo": "/upload/asset/236192b0caaca5fadf948.svg",
                "name": "CTP协议",
                "priority": 10,
                "website": "http://www.sfit.com.cn/"
            }]
        },
        "error": null
    }
}
  • meta: 交易所配置元数据。
  • profiles: 前置机配置信息。

isSummary参数用于指定返回的数据是否为概要信息。

isSummary true bool

GetAccount DeleteNode