-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Market and Limit Oder Filling Logic (#40)
* Added cancel limit * Added liquidity tracking to place/cancel limit * Shortened get_expected_denom name * Changed reply to use ensure * Added order fulfilment process * Added test for resolve_fulfilments * Added test for market order [WIP] * Added run market order tests * Added run limit order test * Added limits for tick bound in run market order * fix typo fulfil -> fulfill across files * Renamed fulfill method * Remove run limit order --------- Co-authored-by: alpo <[email protected]>
- Loading branch information
1 parent
140f5df
commit c6b008e
Showing
7 changed files
with
1,968 additions
and
11 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
Oops, something went wrong.