Skip to content

委托队列缺少信息,比如委托时间,希望可以像dll版本那样提供出来 #33

Description

@cxl253386709

对比下,原接口 http://127.0.0.1:17180/api/v2/order-book/levels
参数 {
"security": {
"market": 1,
"code": "001216",
"fullCode": "USZA001216"
},
"orderSide": 1,
"orderLevels": "",
"minOrdersPerLevel": 1,
"allOrders": true
}
返回
"orderQueue": [
{
"volume": 21420,
"sourceValue": 134239148,
"isBid": true,
"time": "2026-09-18T09:56:38Z"
},
{
"volume": 154800,
"sourceValue": 134372528,
"isBid": true,
"time": "2026-09-18T09:56:38Z"
},
{
"volume": 63000,
"sourceValue": 134280728,
"isBid": true,
"time": "2026-09-18T09:56:38Z"
},
{
"volume": 700,
"sourceValue": 700,
"isBid": false,
"time": "2026-09-18T09:56:38Z"
}

现在的fqgate接口 http://127.0.0.1:17281/v1/market/order-book/bid
参数 : {
"code": "USZA002185",
"end_level": 1,
"start_level": 1
}
结果:
"records": [
{
"orderlevel": 1,
"ordersque": [
134294109,
134287128,
134245828,
134304728,
134483228,
134485328,
134944728,
134388228,
134397828,
134313228,
135112228,
2100,
134549428,
134301828,
134427328,

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions