OSDN Git Service

Fix mov issue (#462)
authorPoseidon <shenao.78@163.com>
Fri, 6 Dec 2019 12:45:40 +0000 (20:45 +0800)
committerPaladz <yzhu101@uottawa.ca>
Fri, 6 Dec 2019 12:45:40 +0000 (20:45 +0800)
commitc067f8b50973a5bb84223b670e31443854470098
tree4cf56036b30ba8891053ff898cc5694ac4e1ff30
parentb2806721ac0839dd8c271e7f9ad68a9ced9048d1
Fix mov issue (#462)

* fix mov infinite loop

* validate equals trade pair

* cycle match

* fix ci
application/mov/match/match.go
application/mov/match/match_test.go
application/mov/match/order_book.go [moved from application/mov/match/order_table.go with 84% similarity]
application/mov/match/order_book_test.go [moved from application/mov/match/order_table_test.go with 95% similarity]
application/mov/mock/mock.go
application/mov/mov_core.go