Closed Frixoe closed 2 months ago
I can submit a PR for this as I've already implemented it by setting a limit order that aggresses the book. Just let me know if you would like me to submit it.
I can submit a PR for this as I've already implemented it by setting a limit order that aggresses the book. Just let me know if you would like me to submit it.
Yeah sure, go for it. I'll go through and let you know what I think.
I'll submit a PR over the weekend
I submitted PR #54 to create a market order. It would be nice to not include the current mid price but I don't want to create a latency-heavy call to get it if clients are already tracking it. I added it as a seperate function so you can easily incorporate it into the API as I don't want to break anything upstream.
Submitted PR #55 @Frixoe
when will the changes gets merged to the crate? @Frixoe @lmlmt
This should help abstract away the need to know how to create the correct the order and also handle all the errors