Login Page - Create Account

Support Board


Date/Time: Thu, 16 Jan 2025 04:32:35 +0000



Post From: ACSIL Detect Change in Position Quantity

[2017-10-02 04:16:05]
knoxville1915 - Posts: 38
Hello,

How can I detect a change in position quantity in ACSIL?

I tried:
  if (TradeOrder.LastModifyQuantity != TradeOrder.OrderQuantity)
but that doesn't seem to work.

Thanks!