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
Previously, in case of PerformOrderFillTransaction, askTransaction would have negative stockTradeQty which would get sent to the datastream. Now, it's 0 as user doesn't actually have to lose stocks anymore.
HACK:
Re-setting the object just before sending back the tranasction ensures that the rest of the matching engine / order book code functions without requiring changes.
Need to fix this.
The text was updated successfully, but these errors were encountered:
Previously, in case of PerformOrderFillTransaction, askTransaction would have negative stockTradeQty which would get sent to the datastream. Now, it's 0 as user doesn't actually have to lose stocks anymore.
HACK:
Re-setting the object just before sending back the tranasction ensures that the rest of the matching engine / order book code functions without requiring changes.
Need to fix this.
The text was updated successfully, but these errors were encountered: