robaho / go-trader

financial exchange written in Go, designed for algorithmic trading tests
GNU General Public License v3.0
376 stars 75 forks source link

orders remain active in client test UI #6

Closed robaho closed 4 years ago

robaho commented 4 years ago

After latest refactoring, the orders in 'active orders' do not update when filled (although the fills does).

robaho commented 4 years ago

fixed. The gRPC order state handling was broken in regards to trades creating invalid order states.