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
Could you explain in which situations avgPx field in a fill message would be different from limit price defined by a limit order given that the order is filled 100%.
Hi,
Could you explain in which situations
avgPx
field in a fill message would be different from limit price defined by a limit order given that the order is filled 100%.My fill response:
{ "action": "update", "data": [ { "account": 361461, "avgPx": 43802, "clOrdID": "7978a967-1715-3cdb-1da2-a9e370634626", "cumQty": 1000, "leavesQty": 0, "ordStatus": "Filled", "orderID": "2a2b871f-fd01-492e-8366-07e0e656ca77", "symbol": "XBTUSD", "timestamp": "2021-05-18T14:27:09.435Z", "workingIndicator": false } ], "table": "order" }
Dashboard shows different execution price:
Thanks!
The text was updated successfully, but these errors were encountered: