OSDN Git Service

match engine (#418)
authorPoseidon <shenao.78@163.com>
Wed, 23 Oct 2019 09:31:05 +0000 (17:31 +0800)
committerPaladz <yzhu101@uottawa.ca>
Wed, 23 Oct 2019 09:31:05 +0000 (17:31 +0800)
commit995d9aa7ad2e353f5223823b1dc45d8238079227
tree1400fa45e16615a251af2134ff7beec0b8ab6401
parent254792723cb654127517ded4f089e1e68c66c3e6
match engine (#418)

* match engine

* opt code

* update comment

* opt code

* fix validate trade pairs

* remove magic num

* opt canNotMatched func

* refactor
application/mov/contract/contract.go [new file with mode: 0644]
application/mov/match/match.go [new file with mode: 0644]
application/mov/match/match_test.go [new file with mode: 0644]
math/algorithm.go [new file with mode: 0644]