admin
2023-01-02 954ead41d9391bca28a3cc4f9592f73f25b3bbc8
ConsoleApplication/TradeListCapture.h
@@ -33,6 +33,7 @@
{
   string code;
   string time;
   string apply_time;//申报时间
   string num;
   string price;
   string trade_price;
@@ -53,7 +54,8 @@
   //交易时段识别
   static bool tradeTimeCapture_success;
   static bool tradeTimeCapture_delegate;
   static OpenCLExcuter* openCLExcuter;
   static OpenCLExcuter* openCLExcuterDelegate;
   static OpenCLExcuter* openCLExcuterSuccess;
   static RecognitionManager* recognitionManager;
   static bool inited;
@@ -72,6 +74,8 @@
   static HWND trade_delegate_win;
   //成功窗体
   static HWND trade_success_win;
   //精简版委托窗体
   static HWND trade_simple_delegate_win;
   
@@ -93,8 +97,9 @@
   void reCreateTradeDelegateRunning();
   void refreshTradeDelegateHWND();
   void refreshTradeSimpleDelegateHWND();
   void refreshTradeSuccessHWND();
   static cv::Mat grayImgs(cv::Mat img);
   static cv::Mat grayImgs(cv::Mat img,OpenCLExcuter* openCLExcuter);
   //交易成功
   static list<TradeSuccessData> captureTradeSuccessInfo(cv::Mat img);
@@ -102,13 +107,20 @@
   static list<TradeSuccessData> captureTradeSuccessInfo();
   //交易委托
   //专业版交易委托
   static list<TradeDelegateData> captureTradeDelegateInfo(cv::Mat img);
   static list<TradeDelegateData> captureTradeDelegateInfo();
   //精简版交易委托
   static list<TradeDelegateData> captureSimpleTradeDelegateInfo(cv::Mat img);
   static list<TradeDelegateData> captureSimpleTradeDelegateInfo();
   //获取账户的剩余资金
   static string getAvaiableMoney();
   // 获取精简版的可用余额
   static string getSimpleAvaiableMoney();
   
   bool isInited();