https://github.com/robertleifke/orderbook-go
Barebones orderbook implementation in Go.
https://github.com/robertleifke/orderbook-go
golang orderbook
Last synced: 6 months ago
JSON representation
Barebones orderbook implementation in Go.
- Host: GitHub
- URL: https://github.com/robertleifke/orderbook-go
- Owner: robertleifke
- Created: 2022-05-28T04:47:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T07:13:14.000Z (10 months ago)
- Last Synced: 2025-02-15T13:41:30.685Z (8 months ago)
- Topics: golang, orderbook
- Language: Go
- Homepage:
- Size: 49.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Orderbook-Go
[](https://goreportcard.com/report/github.com/robertleifke/orderbook-go)
[](https://godoc.org/github.com/robertleifke/orderbook-go)
[](https://opensource.org/licenses/MIT)A barebones orderbook in Go based on danielgatis's [go-orderbook](https://github.com/danielgatis/go-orderbook/tree/master).