Open muh005 opened 1 year ago
Run:
Expected: response['price'] should return the price of the order (example: 95)
FutuOpenD 7.01.3308 py-futu-api 6.3.2808 python 3.6.6
the 'price' of a MARKET order is always zero, because a MARKET order does not have a price. If you want yo get the dealt price of the order, you can check the 'dealt_avg_price' field.
Run:
Expected: response['price'] should return the price of the order (example: 95)
FutuOpenD 7.01.3308 py-futu-api 6.3.2808 python 3.6.6