-
1.14.214
bibox fixes for order filling price and cost fix #3099 fix 3073 [ci skip]
-
1.14.208
Livecoin: support 'CANCELLED' order status Current implementation maps `'PARTIALLY_FILLED_AND_CANCELLED': 'canceled',` but reports `'CANCELLED'` as is. Added a mapping `'CANCELLED': 'canceled',` [ci skip]
-
1.14.206
LIVECOIN: parse_order error in Python, `None * float` is a type error, so better to check both args before multiplying. Encountered an error when feeRate was None. [ci skip]
-
1.14.202
Refer to correct method name in error message It's fetch_bids_asks not fetch_bid_asks. [ci skip]
-
1.14.200
binance createOrder FULL response, fill parsing, fee info #3145 [ci skip]