Login Page - Create Account

Support Board


Date/Time: Tue, 14 May 2024 17:36:47 +0000



Post From: DTC Client - an overfill UpdateOrder call has occurred

[2017-02-28 20:53:27]
User60271 - Posts: 63
Thanks for the response and the documentation references. Just to update after running with build 1522 the orders and fills seem to be handled correctly.
Messages related to 1. are no longer being reported. Noted on 2. I will add the position reporting responses to the server to resolve this.

The "overfill UpdateOrder error" is no longer happening either. I noticed that the LastFillQuantity in DTC message spec is a double. I can confirm that the fill quantity does not exceed the order quantity from the server side however the quantities, while stored internally as ints, are being cast to doubles to match the DTC UpdateOrder message format. Could this error be triggered due to a rounding issue when comparing the order quantity with the fill quantity in SC as a double?