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
OrderRequest lacks a field to identify the owner of the order. To support multi-user environments, risk management, and audit logging, we need to associate every order with an account or user ID
Add uint64 user_id or string account_id to OrderRequest.
Ensure the ID is echoed back in OrderResponse for client-side reconciliation.
Add the same ID field to CancelOrderRequest to prevent users from canceling orders they don't own.
OrderRequest lacks a field to identify the owner of the order. To support multi-user environments, risk management, and audit logging, we need to associate every order with an account or user ID