The main update in this branch is to parse an order once it is submitted via create_order.
Using create order would return the response from the exchange. The update passes the order ID though the fetch_order method so that it returns a unified order object.
The main update in this branch is to parse an order once it is submitted via
create_order
.Using create order would return the response from the exchange. The update passes the order ID though the
fetch_order
method so that it returns a unified order object.