-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose client_order_id for nash #148
Comments
@jankjr is it planned to implement client_order_id in the near future? Without it, it's very hard to track your orders. E.g. what if order is created, but returned "order_id" is not saved due to some bug or problem with DB (anything can happen). Then system will completely lose track of the order. |
I think we added some support for clientIds some while back. But @notdanilo will know more. |
I need to check the support state. |
@jankjr @notdanilo . This functionality seems to be not implemented neither for JS, nor for Rust/Python clients. |
We will need to expose the field in nash-rust as well.
The text was updated successfully, but these errors were encountered: