ConsoleApplication/RecognitionManager.h
@@ -13,6 +13,13 @@ #include "OpenCLExcuter.h" using namespace std; enum LIMIT_PRICE { LIMIT_PRICE_NORMAL, LIMIT_PRICE_UP, LIMIT_PRICE_DOWN, }; struct TradeData { //排序值 @@ -24,7 +31,7 @@ //价格 string price; //是否为涨停价 bool limitPrice; LIMIT_PRICE limitPrice; //手数 int num; //操作类型