公告板
版本库
filestore
活动
搜索
登录
main
/
gp-desk
量化-windows桌面应用
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
桌面操作中心
admin
2024-05-17
03654f19baa454b990c052c43e2393a1c53c2c81
[gp-desk.git]
/
DelegateQueue
/
MyNetworkApi.h
1
2
3
4
5
6
7
8
9
10
#pragma once
#include "../common_nopch/NetworkApi.h"
class MyNetworkApi:public NetworkApi
{
public:
static string get_delegated_buy_code_infos();
static string get_trade_queue(string code);
static string cancel_order(string code);
};