#include #include "MarketDataProxyClient.h" #include "DataTypes.h" #include "WireFormats.h" #include "../fast_alert_search/history_server/Marshal.h" #include "ClientInteractiveTest.h" static void getTypeAndSymbol(DataTypes::Internal &type, std::string &symbol) { std::cout<<"Select a type: "; // Internally we store a type as an integer. When sending over the wire // we use well known strings to represent each type. In this debug tool // we accept either. for (auto &kvp : DataTypes::KNOWN_TYPES) { std::cout<<' '<<(int)kvp.first<<' '<