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
Hi, before the most recent update I was passing client_metadata a value . Its now being populated based on order type. Is it possible to inject some values or use another field that will flow into the fill message with custom values (maybe clientId)? My attempt was to change market.Order to take a dictionary for client_metadata but this seems to still get overwritten when fill message comes.
The change was in this commit ee71838
Thanks
The text was updated successfully, but these errors were encountered:
Hi @sergulec, the change was implemented to track usage consistently across both the deprecated and newer Python clients, as well as the JS/TS and Rust clients. Its purpose is to monitor and analyze client behavior, helping understand how the various implementations are being utilized.
Do you have a specific use case so it can be reconsidered adding back custom client_metadata values?
Hi @sergulec, the change was implemented to track usage consistently across both the deprecated and newer Python clients, as well as the JS/TS and Rust clients. Its purpose is to monitor and analyze client behavior, helping understand how the various implementations are being utilized.
Do you have a specific use case so it can be reconsidered adding back custom client_metadata values?
I was using it to add some data from time of the trade , after some thought its probably not the right place for it as it can be tracked on the client side off the clientId.
Hi, before the most recent update I was passing client_metadata a value . Its now being populated based on order type. Is it possible to inject some values or use another field that will flow into the fill message with custom values (maybe clientId)? My attempt was to change market.Order to take a dictionary for client_metadata but this seems to still get overwritten when fill message comes.
The change was in this commit ee71838
Thanks
The text was updated successfully, but these errors were encountered: