Commit Graph

5 Commits

Author SHA1 Message Date
Michael Huang 135c770dcf
Changes for pypi release (#44)
* Adjustments for pypi release

* Remove if else

* Fix typo

* Revert "Remove if else"

This reverts commit 9beb895e56b4e9fa9d9a0b597671486afc84c072.

* Restore queue.py

* Revert "Restore queue.py"

This reverts commit d868475b0059d5d8c1c62132d9d031524e85729b.

* Restore event_queue_binary

* Restore other stuff

* Update README.md

* Fix version

* Address feedback
2020-10-01 10:37:32 -05:00
michaelhly 03059f3474 Bump solana to 0.2.0 and add docker-compose.yml 2020-09-10 18:03:44 -05:00
Leonard G 31830db963
Added queue layout and load filled order. (#19)
Added queue layout for both request queue and event queue. Implemented load_request_queue, load_event_queue and load_filled_order for market class.
2020-09-04 23:16:39 +01:00
Leonard G 5d7ebc83f6
Implemented Slab and Orderbook class.
Implemented Slab and Orderbook class as well as the `load_bids` and `load_asks` method for market.
2020-09-02 22:03:56 +01:00
Leonard G f4749d63e4
Added Market Structure. (#8)
Added market structure, implemented the `load` factory function.
2020-08-31 20:52:51 +01:00