From 56092db23f41123e2d24c7a1d79608d663297733 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 17 五月 2024 18:22:53 +0800 Subject: [PATCH] bug修复 --- common/NetworkApi.h | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/common/NetworkApi.h b/common/NetworkApi.h index a40fb39..0671d01 100644 --- a/common/NetworkApi.h +++ b/common/NetworkApi.h @@ -156,6 +156,9 @@ //获取华兴订阅代码 static SubscriptCodesResult get_huaxin_subscript_codes(); + //获取华兴持仓订阅代码 + static SubscriptCodesResult get_huaxin_position_subscript_codes(); + //导出L2数据 static string export_l2_data(CString code); @@ -201,8 +204,22 @@ static string get_buy1_info(string code); - + // 设置每个代码可买的金额 + static void set_per_code_buy_money(int money); + + // 获取单票买入金额 + static int get_per_code_buy_money(); + + + // 获取L2成交现价 + static string get_l2_deal_price(string code); + + + static string repaire_task(); + + + }; -- Gitblit v1.8.0