Faster publishing of order book changes to book listeners

This commit is contained in:
JoelKatz
2013-05-14 18:25:47 -07:00
parent e04ca79778
commit 423635d2ef
3 changed files with 19 additions and 7 deletions

View File

@@ -52,6 +52,8 @@ public:
virtual ~InfoSub();
virtual void send(const Json::Value& jvObj, bool broadcast) = 0;
virtual void send(const Json::Value& jvObj, const std::string& sObj, bool broadcast)
{ send(jvObj, broadcast); }
uint64 getSeq()
{