longportapp / openapi-sdk

LongPort OpenAPI SDK Base.
https://open.longportapp.com
Apache License 2.0
112 stars 11 forks source link

golang sdk没有撤单方法 #46

Closed hunyr88 closed 4 months ago

hunyr88 commented 4 months ago

golang sdk里,没有撤单方法(TradeContext.CancelOrder)

sunfuze commented 4 months ago

go 的撤单是这个方法 https://github.com/longportapp/openapi-go/blob/main/trade/context.go#L193