You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should separate the ID provided by the client and the ID generated by the matching engine so clients can track orders before they are officially acknowledged by the exchange
rename id in OrderRequest to client_order_id
include client_order_id from the request and a new order_id (canonical ID assigned by server) to OrderResponse
update CancelOrderRequest and GetOrderStatusRequest to allow lookup by either id. alternatively, strictly define which to use
We should separate the ID provided by the client and the ID generated by the matching engine so clients can track orders before they are officially acknowledged by the exchange
idinOrderRequesttoclient_order_idclient_order_idfrom the request and a neworder_id(canonical ID assigned by server) toOrderResponseCancelOrderRequestandGetOrderStatusRequestto allow lookup by either id. alternatively, strictly define which to use