#include "L1Data.h" //////////////////////////////////////////////////////////////////// // L1Data //////////////////////////////////////////////////////////////////// void L1Data::clear() { bidPrice = 0.0; bidSize = 0; bidExchange.clear(); askPrice = 0.0; askSize = 0; askExchange.clear(); } TclList L1Data::dump() const { TclList out; if (bidPrice) out<<"bidPrice"<