An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Orderbook-Go

[![Go Report Card](https://goreportcard.com/badge/github.com/robertleifke/orderbook-go)](https://goreportcard.com/report/github.com/robertleifke/orderbook-go)
[![GoDoc](https://godoc.org/github.com/robertleifke/orderbook-go?status.svg)](https://godoc.org/github.com/robertleifke/orderbook-go)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

A barebones orderbook in Go based on danielgatis's [go-orderbook](https://github.com/danielgatis/go-orderbook/tree/master).