公告板
版本库
filestore
活动
搜索
登录
main
/
gp-desk
量化-windows桌面应用
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
功能完善
admin
8 天以前
6cd92a169cbc0db35042f243a09d976fd3e1445c
[gp-desk.git]
/
FloatTrade
/
Constant.h
1
2
3
4
5
6
7
8
9
10
#pragma once
#include <string>
#include <map>
class Constant {
public:
static std::map<std::string, CString> codeNameMap;
static void loadCodeNames();
};