longportapp / openapi-sdk

LongPort OpenAPI SDK Base.
https://open.longportapp.com
Other
91 stars 11 forks source link

查询策略订单详情失败 #60

Open ruanimal opened 2 weeks ago

ruanimal commented 2 weeks ago

问题描述

是不是不支持查询策略订单的详情?以后会支持吗

代码例子

from longport.openapi import TradeContext, Config

config = Config.from_env()
ctx = TradeContext(config)

resp = ctx.order_detail(
    order_id = "策略订单的id",
)

错误信息或结果截图

OpenApiException: (code=602001, trace_id=79f819318d134793f6f7d8ab0026e802) Parameter authentication failed, please contact customer service for assistance.

你的环境信息

sunli829 commented 2 weeks ago

目前仅支持查询已触发订单