Tidy up OrderBook

This commit is contained in:
Vinnie Falco
2013-06-12 08:00:01 -07:00
parent e871b03986
commit 68a4e4329c
9 changed files with 100 additions and 74 deletions

View File

@@ -2,9 +2,6 @@
#ifndef ORDERBOOK_DB_H
#define ORDERBOOK_DB_H
#include "OrderBook.h"
//
// XXX Eventually make this cached and just update it as transactions come in.
// But, for now it is probably faster to just generate it each time.