Skip to content

differentiate client and server order ids #31

Description

@wlvchandler

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions