[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/noneback/openapi/main/examples/python/today_orders.py [Back]  [Original]

from longport.openapi import TradeContext, Config

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

resp = ctx.today_orders()
print(resp)

Web Proxy Viewer  |  New URL  |  Original Page