| | |
| | | string buyOneVolumn; |
| | | }; |
| | | |
| | | typedef void (*CallbackFun)(int index, string code,long captureTime,long processTime, list<TradeData> dataList, void* contex); |
| | | typedef void (*CallbackFun)(int index, string code,long captureTime,long processTime, list<TradeData*> dataList, void* contex); |
| | | typedef void (*CallbackFun_Trade_Queue)(int index, string code, L2TradeQueue info, void* contex); |
| | | |
| | | |
| | |
| | | bool isInited(); |
| | | |
| | | //捕获level2的盘口数据 |
| | | static list<TradeData> captureLevel2TradeData(HWND hwnd,int index) throw(int); |
| | | static list<TradeData> captureLevel2TradeData(cv::Mat& oimg,int identify); |
| | | static list<TradeData> captureLevel2TradeData(OpenCLExcuter *openCLExcuter, cv::Mat& oimg, int identify); |
| | | static list<TradeData*> captureLevel2TradeData(HWND hwnd,int index) throw(int); |
| | | static list<TradeData*> captureLevel2TradeData(cv::Mat& oimg,int identify); |
| | | static list<TradeData*> captureLevel2TradeData(OpenCLExcuter *openCLExcuter, cv::Mat& oimg, int identify); |
| | | |
| | | |
| | | static L2TradeQueue captureLevel2TradeQueueData(HWND hwnd, int index); |