first draft

This commit is contained in:
jed
2013-02-05 13:04:38 -08:00
parent 62f6d030c6
commit eb27240610
9 changed files with 200 additions and 20 deletions

View File

@@ -14,8 +14,6 @@ class OrderBook
uint160 mIssuerIn;
uint160 mIssuerOut;
boost::unordered_set<InfoSub*> mListeners;
//SerializedLedgerEntry::pointer mLedgerEntry;
OrderBook(SerializedLedgerEntry::pointer ledgerEntry); // For accounts in a ledger
public:
@@ -34,9 +32,6 @@ public:
// looks through the best offers to see how much it would cost to take the given amount
STAmount& getTakePrice(STAmount& takeAmount);
void addSubscriber(InfoSub* sub);
void removeSubscriber(InfoSub* sub);
};
// vim:ts=4