i25959341 / orderbook

Matching Engine for Limit Order Book in Golang
MIT License
442 stars 154 forks source link

orderbook demo #1

Closed jian1098 closed 5 years ago

jian1098 commented 5 years ago

Can you provide an example?

nilber commented 5 years ago

I already researched for several, all that I found in Go did not work or are not complete. So I'm developing a version for the company where I work. But if your intention is to have a language independent engine, I've used this http://paritytrading.com obviously I made changes to my environment and added a bit more speed in operations, but in a general context it is very good to platform.

Em qui, 3 de jan de 2019 08:27, jian1098 <notifications@github.com escreveu:

Can you provide an example

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/i25959341/orderbook/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/ACXyn196NpiXADfKrlStbLaPoneJjidEks5u_drzgaJpZM4Zn2t3 .

jian1098 commented 5 years ago

I modified some of the code and ran the test file perfectly.Thanks.

i25959341 commented 5 years ago

Can you made a PR for the modifications that you have made :) ??

i25959341 commented 5 years ago

@jian1098 I think this is solved by #2