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
Whether to allow the client to adjust the clientOrderId parameter send by the user when placing orders to include a client reference. This reference is used by the exchange to allocate a small percentage of the paid trading fees to developer of this library. Defaults to false.<br />
17396
+
Note that:<br />
17397
+
* It does not impact the amount of fees a user pays in any way<br />
17398
+
* It does not impact functionality. The reference is added just before sending the request and removed again during data deserialization<br />
17399
+
* It does respect client order id field limitations. For example if the user provided client order id parameter is too long to fit the reference it will not be added<br />
17400
+
* Toggling this option might fail operations using a clientOrderId parameter for pre-existing orders which were placed before the toggle. Operations on orders placed after the toggle will work as expected. It's adviced to toggle when there are no open orders
Whether public requests should be signed if ApiCredentials are provided. Needed for accurate rate limiting.
17445
+
Whether to allow the client to adjust the clientOrderId parameter send by the user when placing orders to include a client reference. This reference is used by the exchange to allocate a small percentage of the paid trading fees to developer of this library. Defaults to false.<br />
17446
+
Note that:<br />
17447
+
* It does not impact the amount of fees a user pays in any way<br />
17448
+
* It does not impact functionality. The reference is added just before sending the request and removed again during data deserialization<br />
17449
+
* It does respect client order id field limitations. For example if the user provided client order id parameter is too long to fit the reference it will not be added<br />
17450
+
* Toggling this option might fail operations using a clientOrderId parameter for pre-existing orders which were placed before the toggle. Operations on orders placed after the toggle will work as expected. It's adviced to toggle when there are no open orders
Whether to allow the client to adjust the clientOrderId parameter send by the user when placing orders to include a client reference. This reference is used by the exchange to allocate a small percentage of the paid trading fees to developer of this library. Defaults to false.<br />
17486
+
Note that:<br />
17487
+
* It does not impact the amount of fees a user pays in any way<br />
17488
+
* It does not impact functionality. The reference is added just before sending the request and removed again during data deserialization<br />
17489
+
* It does respect client order id field limitations. For example if the user provided client order id parameter is too long to fit the reference it will not be added<br />
17490
+
* Toggling this option might fail operations using a clientOrderId parameter for pre-existing orders which were placed before the toggle. Operations on orders placed after the toggle will work as expected. It's adviced to toggle when there are no open orders
0 commit comments