-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* minor * comments and bigvec stubs * cleanup * order matching without fees * basic v0 wip * match bid and ask * additional return values * update * order matching logic v0 * cleanup * more cleanup * comments * bug fix * orderfill events, quantity base standard * separate taker and maker deposit and withdrawals * simple modifiers for user settle amounts * update user settle balances after matching * order filled event * pool updates * update * patch * bid/ask updates * bigvec implementation for bid matching * matching ask bigvec * taker order id * math helper improvements * simplify functions * update math vars * separate out taker and maker sections * refresh user accurately * slight cleanup * trying out market order using new format, quite easiy * cleanups * BigVec removal * reformat taker and maker * nit * account updates * cleanup * cleanup
- Loading branch information
Showing
7 changed files
with
545 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.