FutunnOpen / py-futu-api

富途 OpenAPI Python SDK
Apache License 2.0
1.03k stars 221 forks source link

Incompatible `orderStatus` values from order push callback #134

Closed munum closed 1 year ago

munum commented 1 year ago

Hi I've noticed that pushback response rsp_pb contain undocumented values. For instance, it constant a field orderStatus with an int value, e.g., orderStatus: 11. What does the value 11 represent? It's not a value shown https://openapi.futunn.com/futu-api-doc/en/trade/trade.html#8074

Thanks