公告板
版本库
filestore
活动
搜索
登录
main
/
gp-client
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
'交易策略优化'
admin
2023-01-16
9190340264f947b7978072aad4b0d9660f9f891f
[gp-client.git]
/
ConsoleApplication
/
BaseCapture.h
1
2
3
4
5
6
7
8
9
#pragma once
class BaseCapture
{
public:
//ÉèÖÃÊÇ·ñ½»Ò×ʱ¶Îʶ±ð
static void setTradeTimeCapture(bool tradeTimeCapture);
};